finesse.analysis.actions.optimisation.OptimizeSolution¶
Overview
- class finesse.analysis.actions.optimisation.OptimizeSolution(*args, **kwargs)[source]¶
- Bases: - BaseSolution- Solution for an optimization action. - Attributes
- resultscipy.optimize.optimize.OptimizeResult
- Result from the scipy optimization method that contains the results and some extra data about the process and any errors that might happen. 
- parameters[Parameter | tuple]
- Name or names of parameters that were optimized over 
- x[numeric | ndarray]
- The final minimized values for the parameters requested.