class documentation
class BestSolution2(object):
minimal tracker of a smallest f-value with variable meta-info
| Method | __init__ |
Undocumented |
| Method | __str__ |
Undocumented |
| Method | update |
info may be a dictionary with everything we want to know, info_construct may be used to finalize versatile elements of info, like make a copy of an array within the info dictionary |
| Instance Variable | count |
number of overall compared values |
| Instance Variable | count |
Undocumented |
| Instance Variable | f |
Undocumented |
| Instance Variable | info |
Undocumented |
| Instance Variable | previous |
Undocumented |
| Instance Variable | x |
Undocumented |