Documentation

LeanCert.Examples.GlobalOptimization

Global Optimization Examples #

This file demonstrates the branch-and-bound global optimization algorithm on multivariate expressions over n-dimensional boxes.

Examples #

Univariate #

Multivariate #

Expression builders #

The expression (y - x²)²

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Rosenbrock function: (1 - x)² + 100(y - x²)²

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Box construction #

      A larger box [-2, 2]² for Rosenbrock

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Example evaluations #

        Box operations demo #