Selected Tags
Click on a tag to remove itMore Tags
Click on a tag to add it and filter downOptimisation packages
Showing projects tagged as Algorithms and Optimisation
-
moo
8.6 0.0 HaskellGenetic algorithm library for Haskell. Binary and continuous (real-coded) GAs. Binary GAs: binary and Gray encoding; point mutation; one-point, two-point, and uniform crossover. Continuous GAs: Gaussian mutation; BLX-α, UNDX, and SBX crossover. Selection operators: roulette, tournament, and stochastic universal sampling (SUS); with optional niching, ranking, and scaling. Replacement strategies: generational with elitism and steady state. Constrained optimization: random constrained initialization, death penalty, constrained selection without a penalty function. Multi-objective optimization: NSGA-II and constrained NSGA-II. -
MIP
2.4 1.6 HaskellLibraries for reading/writing MIP problem files, invoking external MIP solvers, etc. in Haskell