pub fn create_optimal_config(
problem_dims: usize,
expected_evaluations: usize,
) -> ScirsResult<GpuOptimizationConfig>
Expand description
Create optimal GPU configuration for a given problem
pub fn create_optimal_config(
problem_dims: usize,
expected_evaluations: usize,
) -> ScirsResult<GpuOptimizationConfig>
Create optimal GPU configuration for a given problem