Skip to content

tk-yoshimura/GeneticOptimize

Repository files navigation

GeneticOptimize

Genetic algorithm implements

Requirement

.NET 5.0

Install

Download DLL

  • To install, just import the DLL.
  • This library does not change the environment at all.

Usage

  1. Override the optimizer to define the problem. -> Source

  2. Describe the parameters in problem and update the generation of the gene pool. -> Source

Licence

MIT

Author

tk-yoshimura