<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Compositional Maximum Likelihood Estimation // Provides
		composable optimization strategies for maximum likelihood
		estimation (MLE). Solvers are first-class functions that
		combine via sequential chaining, parallel racing, and random
		restarts. Implements gradient ascent, Newton-Raphson, quasi-
		Newton (BFGS), and derivative-free methods with support for
		constrained optimization and tracing. Returns 'mle' objects
		compatible with 'algebraic.mle' for downstream analysis.
		Methods based on Nocedal J, Wright SJ (2006) "Numerical
		Optimization" doi:10.1007/978-0-387-40065-5.
	</longdescription>
</pkgmetadata>
