Algorithms packages

Showing projects tagged as Algorithms

  • algebraic-graphs

    9.9 3.4 Haskell
    Algebraic graphs
  • build

    9.6 2.8 TeX
    Build Systems à la Carte
  • arithmoi

    9.5 6.5 Haskell
    Number theory: primes, arithmetic functions, modular computations, special sequences
  • toysolver

    9.3 4.1 Haskell
    My sandbox for experimenting with solver algorithms.
  • ersatz

    8.9 6.5 Haskell
    A monad for interfacing with external SAT solvers
  • iproute

    8.8 4.5 Haskell
    IP Routing Table in Haskell
  • 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.
  • aeson-diff

    8.4 0.0 Haskell
    Generate and apply diffs between JSON documents.
  • graphs

    8.2 3.8 Haskell
    a monadic graph library
  • funsat

    8.2 0.0 Groff
    An efficient, embeddable DPLL SAT solver in Haskell
  • primes

    8.1 0.0 Haskell
    Prime Numbers for Haskell
  • search-algorithms

    7.9 3.0 Haskell
    Haskell library containing common graph search algorithms
  • union-find

    7.9 0.0 Haskell
    DISCONTINUED. Efficient union and equivalence testing of sets.
  • HMM

    7.9 0.0 Haskell
    hidden markov models in haskell
  • eigen

    7.8 0.0 L2 C++
    Haskel binding for Eigen library. Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
  • presburger

    7.8 0.0 Haskell
    Decision procedures for Presburger arithmetic in Haskell
  • imj-animation

    7.8 0.0 Haskell
    Monorepo for a multi-player game engine, and game examples
  • text-metrics

    7.6 5.6 Haskell
    Calculate various string metrics efficiently in Haskell
  • genprog

    7.5 0.0 Haskell
    Genetic programming library
  • ADPfusion

    7.4 5.1 Haskell
    Efficient, high-level dynamic programming
  • lca

    7.4 0.0 Haskell
    Improves the known complexity of online lowest common ancestor search to O(log h) persistently, and without preprocessing
  • GA

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

    6.8 0.0 Haskell
    Simplified interface to bindings-svm
  • Adaptive

    6.7 0.0 Haskell
    Library for incremental computing.
  • dtw

    6.7 0.0 Haskell
    Implementation of Dynamic Time Warping in Haskell
  • fast-arithmetic

    6.4 0.0 ATS
    Home of the fast-arithmetic library for number theory in ATS and Haskell.
  • qchas

    6.3 0.0 Haskell
    A library for implementing Quantum Algorithms
  • edit-distance

    6.3 0.0 Haskell
    Edit distance library for Haskell
  • ListTree

    6.2 0.0 Haskell
    A List monad transformer and related tools
  • incremental-sat-solver

    6.2 0.0 Haskell
    Simple, Incremental SAT Solving as a Haskell Library