OptiPy
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAckleyOneImplements the Ackley 1 benchmark function
 CAckleyTwoImplements the Ackley 2 benchmark function
 CBest1Implements the DE/best/1 mutation strategy
 CBest2
 CBinCrossoverImplements binomial (uniform) crossover strategy
 CBlindImplements a blind (random walk) optimization algorithm
 CCrossoverAbstract base class for Differential Evolution crossover strategies
 CDeJongImplements the DeJong 1 benchmark function
 CDeJongOne
 CDifferentialEvolutionImplements the Differential Evolution metaheuristic algorithm
 CEggHolderImplements the Egg Holder benchmark function
 CExpCrossoverImplements exponential (continuous block) crossover strategy
 CExperimentConfigContainer for all parameters required to execute a benchmark run
 CFlowShopImplements the classical flow shop scheduling problem
 CFlowShopResultEncapsulates the complete output of a flow shop scheduling optimization
 CGriewangkImplements the Griewangk benchmark function
 CLocalSearchImplements a local search optimization algorithm
 CMersenneTwister
 CMutationAbstract base class for Differential Evolution mutation strategies
 COptimizerAbstract base class for all optimization algorithms
 COptimizerFactoryFactory class for creating optimizer instances
 COptResultEncapsulates the complete output of a Differential Evolution optimization run
 CParticleSwarmImplements the Particle Swarm Optimization algorithm
 CProblemAbstract base class for all optimization benchmark problems
 CProblemFactoryUtility to create problem instances dynamically
 CProblemResult
 CRand1Implements the DE/rand/1 mutation strategy
 CRand2Implements the DE/rand/2 mutation strategy
 CRandBest1Implements the DE/rand-to-best/1 mutation strategy
 CRastriginImplements the Rastrigin benchmark function
 CRosenbrockImplements the Rosenbrock benchmark function
 CSchwefelImplements the Schwefel benchmark function
 CSineEnvelopeImplements the Sine Envelope benchmark function
 CSolutionBuilderResponsible for creating random solutions and neighborhood samples
 CStretchedVImplements the StretchedV benchmark function