![]() |
SG++-Doxygen-Documentation
|
Namespaces | |
| python.leja | |
Functions | |
| def | python.leja.calc_min (f, lower_bound, upper_bound) |
| def | python.leja.invert_maximum_leja (next_point, z, lower_bound, upper_bound, weight=lambda x :1) |
| def | python.leja.leja_points (start, count, lower_bound, upper_bound, weight=lambda x :1, debug=False, view=False) |
| def | python.leja.leja_poly (next_point, z, lower_bound, upper_bound, weight=lambda x :1) |
| def | python.leja.maximum_leja (next_point, z, lower_bound, upper_bound, weight=lambda x :1) |
Variables | |
| int | python.leja.count = 8 |
| int | python.leja.lower_bound = 0 |
| def | python.leja.points = leja_points(start, count, lower_bound, upper_bound, weight) |
| float | python.leja.start = 0.5 |
| int | python.leja.upper_bound = 1 |
| python.leja.weight = lambda x : np.sin(x * np.pi) | |