cst_multi_objective_optimizer
Set up multi-objective optimization with weighted goals and constraints. Explore Pareto front using Genetic Algorithm or Particle Swarm to balance competing objectives.
Instructions
Set up a multi-objective optimization with weighted goals and optional constraints. Supports Pareto-front exploration using Genetic Algorithm or Particle Swarm methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goals | Yes | List of optimization goals with weights. | |
| method | No | Optimization method (GA or PSO recommended for multi-objective). | Genetic Algorithm |
| parameters | Yes | ||
| constraints | No | Optional inequality constraints on results. | |
| max_evaluations | No |