chaprola_optimize
Run HULDRA nonlinear optimization to minimize objectives by adjusting parameters, using a compiled PR program as the objective evaluator.
Instructions
Run HULDRA nonlinear optimization using a compiled .PR as the objective evaluator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program | Yes | Compiled .PR program name (the VALUE program) | |
| project | Yes | Project name | |
| elements | Yes | Parameters to optimize | |
| h_initial | No | Initial step fraction (default: 0.125) | |
| async_exec | No | If true, return job_id for long optimizations | |
| objectives | Yes | Objective values to minimize | |
| primary_file | Yes | Data file to pass to the VALUE program | |
| max_iterations | No | Max iterations (default: 100) |