GeneticSharp v2.1.0

The GeneticSharp v2.1.0 is out.

Features

  • Add constructor with values to FloatingPointChromosome #33

As it is now whenever you create an instance of FloatingPointChromosome, it will randomly create gene values. I have a case where I need to stop optimization at some time, save results to DB and resume it later. For this, I need to be able to give gene values to FloatingPointChromosome.

  • New NuGet version #44

Bug fix

  • Bug/Error when using ParallelTaskExecutor #40

I just discovered that when running the optimizer within a Task/Tread/TPL Dataflow block with TaskExecutor set to ParallelTaskExecutor when instantiating GeneticAlgorithm, it blocks all other outside operations during the lifetime of the optimizer run. This does not happen when not setting the TaskExecutor option.

Thanks to

I would like to thanks to @MattWolf74 and @mersadk for contributing to the open issues and pull-request

If you want to use this new version on your project, just get the 2.1.0 version from NuGet:

 update-package GeneticSharp

Let’s evolve!

Loading comments...
Tutorials

Articles

Labs