Randomeal is a small .NET standard library which implements a simplified genetic algorithm using randomization and self-adjusting simulated annealing for converging quickly to desired results. It can be used for estimating result vectors for different mathematical problems where suitable fitness functions can be defined. Randomeal has been created to be a tool that requires only minimal configuration. Most of the relevant parameters are calculated automatically. In most cases only the maximum number of iterations and a target accuracy have to be provided.
$ dotnet add package RandomealNo README available.