desc.objectives.FixOmniBmax.print_value

FixOmniBmax.print_value(args, args0=None, fse=None, f0se=None, **kwargs)Source

Print the value of the objective and return a dict of values.

Parameters:
  • args (tuple) – Parameters for this objective.

  • args0 (tuple, optional) – Initial parameters.

  • fse (ndarray, optional) – Pre-computed scaled error (output of compute_scaled_error) for this objective. Used to recover unscaled values without recompilation for target-based objectives. If objective is bounded, recomputes unscaled values at the cost of (possible) recompilation.

  • f0se (ndarray, optional) – Pre-computed scaled error for the initial state.