StarDiscrepancySampler#

class ioh.iohcpp.problem.StarDiscrepancySampler(self: ioh.iohcpp.problem.StarDiscrepancySampler, value: int)#

Bases: pybind11_object

Methods which can be used to sample the initial grids for the star discrepancy problems

Members:

UNIFORM

HALTON

SOBOL

Attributes Summary

Attributes Documentation

HALTON = <StarDiscrepancySampler.HALTON: 2>#
SOBOL = <StarDiscrepancySampler.SOBOL: 1>#
UNIFORM = <StarDiscrepancySampler.UNIFORM: 0>#
name#
value#