export interface EvaluationOperator<T> {
    evaluate(solution: T): number | Promise<number>;
}
//# sourceMappingURL=EvaluationOperator.d.ts.map