Jean-Sylvain Boige

Results 8 issues of Jean-Sylvain Boige

This is a very large pull request that introduces a new powerful feature to GeneticSharp: Metaheuristics. It comes with numerous fixes, tweaks and improvements, which are not necessarily related, so...

This pull request introduces an important change: it decouples chromosome creation and gene initialisation. As I understand, that was always the original intent, with for instance the IPopulation interface and...

That pull-request attempts providing fixes to the issues mentioned in issue #82. To allow for Fitness-based reinsertion to make sense, evaluation is now performed before reinsertion. Some Reinsertion classes are...

As part of a recently merged [pull-request](https://github.com/giacomelli/GeneticSharp/pull/43), a new sample was added to solve Sudokus. The sample includes several strategies, and the better ones seem successful at solving most Sudokus....

enhancement
question

Tag release 0.4.2203 has the console app example working, but it stopped working sometimes later with [the following Exception.](https://github.com/dotnet/infer/blob/main/src/Compiler/TransformFramework/Quoter.cs#L113) Tutorial's StringFormat example has the same issue.

Hi, I just learnt about your project, and I'm very glad you were able to revive it and merge that PR of mine, which had been left hanging. I just...

Hi, I have been trying to get your app to work with latest Lean codebase. After those changes, the app starts normally. I use a file session with the result...

This is my attempt at upgrading to latest Avalonia. There is still some work to do, but I believe I covered most breaking changes.