Skip to main content

build_algorithm

Function build_algorithm 

Source
pub fn build_algorithm(
    name: &str,
    params: Option<&Params>,
) -> OpResult<Box<dyn Algorithm<Tile>>>
Expand description

Build an algorithm instance from a name + optional params.