KevinFasusi / supplychainpy

Supplychainpy is a Python library for supply chain analysis, modelling and simulation. The library assists a workflow that is reliant on Excel and VBA.
http://www.supplychainpy.org/
BSD 3-Clause "New" or "Revised" License
283 stars 99 forks source link

Better Abstraction for Lowest Standard Error (optimal alpha/gamma) Genetic Algorithm. #35

Open KevinFasusi opened 7 years ago

KevinFasusi commented 7 years ago

Remove hard coded boundaries for genetic algorithm, finish 'uniform_crossover_recombination,' open up api to allow client to change 'mutation_probability, recombination_type, max_population and max_number_of_generations'. Rewrite the genetic algorithm in Cython.