Skip to content

Commit

Permalink
remove code left over from a prior special case
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed Feb 6, 2017
1 parent e724644 commit ba8a835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/PACDMinimisation.m
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@

[ Fit, TmpPersistentState ] = FitnessFunction( x, PersistentState, size( x, 2 ) );
NEvaluations = NEvaluations + size( x, 2 );
Fit( Fit > 0 ) = Inf;

xDone = [ xMean, x ];
[ Fit, sidxFit ] = sort( Fit );
Expand Down

0 comments on commit ba8a835

Please sign in to comment.