RealSolution#
- class ioh.iohcpp.RealSolution#
Bases:
pybind11_object
A Solution object, which is a container for a search point and its corresponding fitness value.
- Parameters:
x (list) – the search point in a search space, e.g., R^d or {0,1}^d
y (float) – the corresponding objective value of x, i.e., y = f(x)
Attributes Summary
The search point in a search space, e.g., R^d or {0,1}^d
The corresponding objective value of x, i.e., y = f(x)
Attributes Documentation
- x#
The search point in a search space, e.g., R^d or {0,1}^d
- y#
The corresponding objective value of x, i.e., y = f(x)