pub fn create_default_heuristic_operator(
problem: Arc<Problem>,
environment: Arc<Environment>,
) -> TargetSearchOperatorExpand description
Creates default heuristic operator (ruin and recreate) with default parameters.
pub fn create_default_heuristic_operator(
problem: Arc<Problem>,
environment: Arc<Environment>,
) -> TargetSearchOperatorCreates default heuristic operator (ruin and recreate) with default parameters.