tequila.optimizers.optimizer_scipy.OptimizerSciPy.compile_objective

OptimizerSciPy.compile_objective(objective: tequila.objective.objective.Objective, *args, **kwargs)

Convenience function to wrap over compile; for use by inheritors.

Convenience: compile an objective.

Parameters
  • objective (Objective:) – an objective to compile.

  • args

  • kwargs

Returns

a compiled Objective. Types vary.

Return type

Objective