DATASET_NELDER_MEAD_SIMPLEX_OPTIMIZER¶
DATASET_NELDER_MEAD_SIMPLEX_OPTIMIZER¶
A new worker, DATASET_NELDER_MEAD_SIMPLEX_OPTIMIZER, has been introduced in Workflows to support optimization tasks.
What’s New¶
- Added a new workflow worker for performing optimization using the Nelder-Mead simplex method
- Designed to operate directly on dataset inputs
Key Benefits¶
- Enables efficient optimization without requiring gradient information
- Well-suited for nonlinear and complex problem spaces
- Simplifies optimization workflows with a ready-to-use worker
Impact¶
Users can now incorporate Nelder-Mead-based optimization directly into their workflows, improving the ability to find optimal solutions for various engineering and data-driven problems.