Skip to main content

build_descriptor_move_selector

Function build_descriptor_move_selector 

Source
pub fn build_descriptor_move_selector<S>(
    config: Option<&MoveSelectorConfig>,
    descriptor: &SolutionDescriptor,
    random_seed: Option<u64>,
) -> DescriptorSelector<S>
where S: PlanningSolution + 'static, S::Score: Score,