made logPatents more accessible

This commit is contained in:
Michael de Paly 2011-02-19 00:52:42 +00:00
parent bb7d87bafa
commit 9d9a08aadc

View File

@ -43,7 +43,7 @@ public class DifferentialEvolution implements InterfaceOptimizer, java.io.Serial
private int maximumAge = -1; private int maximumAge = -1;
private boolean reEvaluate = false; private boolean reEvaluate = false;
// to log the parents of a newly created indy. // to log the parents of a newly created indy.
private boolean doLogParents = false; // deactivate for better performance public boolean doLogParents = false; // deactivate for better performance
private transient Vector<AbstractEAIndividual> parents = null; private transient Vector<AbstractEAIndividual> parents = null;
private boolean randomizeFKLambda = false; private boolean randomizeFKLambda = false;