class documentation

return a "normalized" BBOB function, funID=1..24 when suite='bbob'.

The fun attribute is the original function which also provides the fun.final_target_hit attribute. The suite attribute contains all nonnormalized problems from the standard full suite with the given funID and 15 instances with numbers >= instance.

self.x_add is the additional x-offset and can be set to zero to recover the orginal x-offset and optimum.

Method __call__ Undocumented
Method __init__ initialize or re-initialize self
Method initial_solution_proposal Undocumented
Method set_opt Undocumented
Instance Variable f_add Undocumented
Instance Variable f_opt Undocumented
Instance Variable fun Undocumented
Instance Variable suite Undocumented
Instance Variable x_add Undocumented
Instance Variable x_opt Undocumented
Property final_target_hit Undocumented
Property initial_solution Undocumented
Property lower_bounds Undocumented
Property upper_bounds Undocumented
Instance Variable _input_parameters Undocumented
def __call__(self, x):

Undocumented

def __init__(self, funID, dimension=10, suite='bbob', instance=1):

initialize or re-initialize self

def initial_solution_proposal(self, restart_number=None):

Undocumented

def set_opt(self):

Undocumented

f_add =

Undocumented

f_opt =

Undocumented

fun =

Undocumented

suite =

Undocumented

x_add =

Undocumented

x_opt =

Undocumented

@property
final_target_hit =

Undocumented

@property
initial_solution =

Undocumented

@property
lower_bounds =

Undocumented

@property
upper_bounds =

Undocumented

_input_parameters =

Undocumented