Expand description
Integration with Fugue’s Model<T> monad
This module provides probabilistic evolutionary models that integrate with Fugue’s inference engine (SMC, MCMC).
§Key Concepts
- Evolution as Inference: Treat evolution as posterior sampling
- Fitness as Likelihood: Selection pressure = Bayesian conditioning
- Operators as Kernels: Mutation/crossover define proposal distributions
Structs§
- Evolution
Chain Config - Configuration for the evolutionary Markov chain
- Evolution
Model - A probabilistic model of an evolutionary step
- Evolution
Step - A single step in the evolutionary Markov chain
- EvolutionarySMC
- Sequential Monte Carlo for evolutionary inference
- HBGA
- Hierarchical Bayesian Genetic Algorithm
- HBGA
Result - Result of HBGA run
- Particle
- Particle representation for Sequential Monte Carlo