Filter.hpp
static auto dominated(const Point &a, const Point &b) -> bool
Check if a point is dominated by another.
Definition: Filter.cpp:62
auto extend(const Point &point) -> void
Extend the filter with a new point.
Definition: Filter.cpp:43
auto acceptable(const Point &point) const -> bool
Check if a given point is acceptable to the filter.
Definition: Filter.cpp:36
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
std::vector< double > Point
A type that describes an entry point of an optimisation filter.
Definition: Filter.hpp:31
auto clear() -> void
Clear the filter by removing all its points.
Definition: Filter.cpp:31