Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Algorithms packages

Showing projects tagged as AI and Algorithms

  • moo

    8.6 0.0 Haskell
    Genetic 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.
  • genprog

    7.5 0.0 Haskell
    Genetic programming library
  • GA

    7.0 0.0 Haskell
    Haskell module for working with genetic algorithms
  • svm-simple

    6.6 0.0 Haskell
    Simplified interface to bindings-svm