Release History¶
v1.8¶
For a new beginning; Merge the PRs
v1.7+¶
update the notations of methods/functions
update the documents
Allow the GA optimization function to accept an initial solution. see
examples/example-opt.pyadd GAMLPClassifer for classification
add
SolutionMixinrepresenting a solution
v1.6¶
Add
aco.pyto implement the ant colony optimization (test the observer pattern)define
get_worst_elementsmethod forPopulationMixinclasscorrect some code in examples and
IterativeMixinclass.The argument
n_iteris changed tomax_iterDebug for new version of
numpymove some optimization algo to the folder
misc
v1.5¶
Give an example for “hybrid population”, composed of populations and individuals
parallel computing, limited to computing the fitnesses parallely
Correct some examples; Update
ep.pyadd class method
solve, usePopulation.solveto get the solution in a convenient way, wherePopulationis the class for any iterative algorithm.update the decorator for cache