UNPKG

tycho-solver

Version:

Evolutionary computation and optimization library

4 lines 183 B
export interface ReplacementOperator<T> { replace(oldPopulation: T[], offspring: T[], fitnesses: number[]): T[] | Promise<T[]>; } //# sourceMappingURL=ReplacementOperator.d.ts.map