Function inanis::tuning::tuner::load_values

source ·
fn load_values(
    context: &TunerContext,
    lock_material: bool,
    random_values: bool
) -> Vec<TunerParameter>
Expand description

Transforms the current evaluation values into a list of TunerParameter. Use lock_material if the parameters related to piece values should be skipped, and random_values if the parameters should have random values (useful when initializing tuner).