Found 4 packages
LibOptimization is a numerical optimization library that simplifies optimization using C#, VisualBasic.Net and other .NET Framework languages. Implementing optimization algorithm are Steepest Descent Method, Newton Method, Nelder Mead Method (Original ver, Wikipedia ver) ,Hooke and Jeeves of Pattern Search (Direct Search), Real-coded Genetic Algorithm(BLX-alpha and JGG, UNDX and JGG Simplex and JGG, REX and JGG, PCX and G3), Particle Swarm Optimization(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO), Differential Evolution(DE/rand/1/bin, DE/best/1/bin, DE/rand/2/bin, DE/best/2/bin, JADE), Cuckoo Search(Standard), FireFry, Simulated Annealing, Evolution Strategy((1+1)-ES) and Hill Climbing.
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.
A simple heuristic optimizer based on simulated annealing with gradient ascent search.
Provides basic classes to easily implement a simulated annealing optimization