See JOpt-Notes.txt for changelog (11.03.08)

This commit is contained in:
Marcel Kronfeld
2008-03-11 10:57:37 +00:00
parent c794bf44a0
commit 107670428b
87 changed files with 2309 additions and 2017 deletions

View File

@@ -195,7 +195,10 @@ public class PopulationBasedIncrementalLearning implements InterfaceOptimizer, j
public String populationTipText() {
return "Edit the properties of the PBIL population used.";
}
public Population getAllSolutions() {
return getPopulation();
}
// /** This method will set the normation method that is to be used.
// * @param normation
// */