MOProblems.jl
MOProblems.jl is a curated Julia library of benchmark problems for multiobjective optimization. It provides source-traceable benchmark constructors, allocating and in-place evaluation methods, registered analytical derivatives, and catalog metadata for problem discovery.
Contents
- Installation covers installation from GitHub and local checkouts.
- Quick Start provides a first construction, evaluation, derivative, and catalog workflow.
- Evaluation and Derivatives explains output allocation, preallocation, numeric types, and derivative availability.
- Catalog and Metadata explains filters, dimension specifications, defaults, and structural metadata.
- Problem Families lists the documented benchmark families and their mathematical formulations.
- API Reference documents the shared types and functions.
- References lists the cited publications.