OptiPy
Loading...
Searching...
No Matches

Files

file  AllMutations.h
 Convenience header aggregating all DE mutation strategy implementations.
file  Best1.h
 DE/best/1 mutation strategy implementation.
file  Best2.h
 DE/best/2 mutation strategy implementation.
file  Rand1.h
 DE/rand/1 mutation strategy implementation.
file  Rand2.h
 DE/rand/2 mutation strategy implementation.
file  RandBest1.h
 DE/rand-to-best/1 mutation strategy implementation.

Classes

class  Best1
 Implements the DE/best/1 mutation strategy. More...
class  Mutation
 Abstract base class for Differential Evolution mutation strategies. More...
class  Rand1
 Implements the DE/rand/1 mutation strategy. More...
class  Rand2
 Implements the DE/rand/2 mutation strategy. More...
class  RandBest1
 Implements the DE/rand-to-best/1 mutation strategy. More...

Detailed Description

Defines the abstract Mutation base class and provides the common interface and utilities for all DE mutation strategy implementations.