Gradient-Free-Optimizers icon indicating copy to clipboard operation
Gradient-Free-Optimizers copied to clipboard

Implement COBYLA (Constrained Optimization BY Linear Approximations)

Open SimonBlanke opened this issue 7 months ago • 1 comments

Implement the COBYLA algorithm, a gradient-free method for constrained nonlinear optimization. It models both the objective and constraint functions with linear approximations and uses a trust-region approach. Suitable for problems with nonlinear inequality constraints and no gradient information.

I could not find the original paper online (at least without a paywall). This paper here explains the collection of Powell's derivative-free algorithms in chapter 3: https://arxiv.org/pdf/2302.13246

SimonBlanke avatar May 01 '25 15:05 SimonBlanke

hi @SimonBlanke, @yashnator here from Discord

yashnator avatar May 26 '25 16:05 yashnator