high_tradeoff module¶
High Trade-Off Points for multi-criteria decision-making.
- class gemseo_pymoo.post.high_tradeoff.HighTradeOff(opt_problem)[source]
Bases:
ScatterPareto
Scatter plot with pareto front and high trade-off points.
See High Trade-Off Points `here<https://pymoo.org/mcdm/index.html#nb-high-tradeoff>`_.
- Parameters:
opt_problem (OptimizationProblem) – The optimization problem to be post-processed.
- Raises:
ValueError – If the JSON grammar file for the options of the post-processor does not exist.
- database: Database
The database generated by the optimization problem.
- fig_name_prefix: str = 'high_tradeoff'
The figure’s name prefix.
- fig_title: str = 'High Trade-Off Points'
The figure’s title.
- materials_for_plotting: dict[Any, Any]
The materials to eventually rebuild the plot in another framework.
- opt_problem: OptimizationProblem
The optimization problem.