<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tom Ragonneau</title><link>https://ragonneau.com/authors/tom-ragonneau/</link><description>Recent content on Tom Ragonneau</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 13 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ragonneau.com/authors/tom-ragonneau/index.xml" rel="self" type="application/rss+xml"/><item><title>COBYQA</title><link>https://ragonneau.com/projects/cobyqa/</link><pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate><guid>https://ragonneau.com/projects/cobyqa/</guid><description>&lt;p&gt;&lt;strong&gt;COBYQA&lt;/strong&gt; (Constrained Optimization BY Quadratic Approximations) is an open-source, high-performance derivative-free optimization solver designed to solve general nonlinear optimization problems of the form&lt;/p&gt;
&lt;p&gt;$$\min_{x \in \mathcal{X}} \quad f(x) \quad \text{s.t.} \quad
\begin{cases}
b_l \le A x \le b_u, \\
c_l \le c(x) \le c_u,
\end{cases}$$&lt;/p&gt;
&lt;p&gt;where $\mathcal{X} = \left\{ x \in \mathbb{R}^n : l \le x \le u \right\}$. It was developed to supersede the classical &lt;code&gt;COBYLA&lt;/code&gt; algorithm, offering advanced capabilities for handling unconstrained, bound-constrained, linearly constrained, and nonlinearly constrained optimization tasks using only objective and constraint function values, completely bypassing the need for derivative information.&lt;/p&gt;</description></item><item><title>PDFO</title><link>https://ragonneau.com/projects/pdfo/</link><pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate><guid>https://ragonneau.com/projects/pdfo/</guid><description>&lt;p&gt;&lt;strong&gt;PDFO&lt;/strong&gt; (Powell&amp;rsquo;s Derivative-Free Optimization solvers) is an open-source, high-performance interface that wraps the legendary derivative-free optimization solvers developed by Professor M. J. D. Powell. Rather than a reimplementation, PDFO serves as a cross-platform wrapper around the original, highly optimized Fortran backends, making them natively accessible to modern computing environments.&lt;/p&gt;
&lt;p&gt;PDFO aims at solving general nonlinear optimization problems of the form:&lt;/p&gt;
&lt;p&gt;$$\min_{x \in \mathcal{X}} \quad f (x)$$&lt;/p&gt;
&lt;p&gt;where the constraints defining the feasible set $\mathcal{X} \subseteq \mathbb{R}^n$ depend entirely on the underlying Powell solver selected to execute the task:&lt;/p&gt;</description></item></channel></rss>