File: constrained.rst

package info (click to toggle)
pagmo 2.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 85,228 kB
  • sloc: cpp: 1,753,592; makefile: 223; sh: 121; python: 46
file content (23 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _cpp_constrained_utils:

Constrained optimization utilities
======================================

A number of utilities to compute quantities that are of relevance to
constrained optimization tasks.

--------------------------------------------------------------------------

.. doxygenfunction:: pagmo::sort_population_con(const std::vector<vector_double>&, vector_double::size_type, const vector_double&)

--------------------------------------------------------------------------

.. doxygenfunction:: pagmo::sort_population_con(const std::vector<vector_double> &input_f, vector_double::size_type neq, double tol)

--------------------------------------------------------------------------

.. doxygenfunction:: pagmo::compare_fc(const vector_double&, const vector_double&, vector_double::size_type, const vector_double&)

--------------------------------------------------------------------------

.. doxygenfunction:: pagmo::compare_fc(const vector_double&, const vector_double&, vector_double::size_type, double)