UNPKG

tycho-solver

Version:

Evolutionary computation and optimization library

9 lines (8 loc) 312 B
export declare const TieBreakerOperator: ({ currentSolution, neighbor, currentCost, neighborCost, maximizeCost, children }: { currentSolution: any; neighbor: any; currentCost: number; neighborCost: number; maximizeCost?: boolean; children: (isCostImprovement: boolean) => any; }) => any;