UNPKG

tycho-solver

Version:

Evolutionary computation and optimization library

9 lines 360 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; //# sourceMappingURL=TieBreakerOperator.d.ts.map