XGC1
|
Data Types | |
type | performance_history |
Functions/Subroutines | |
subroutine, public | update_ptl_constraint_init (min_tuning_parameter, max_tuning_parameter, init_tuning_parameter) |
subroutine, public | update_ptl_constraint (cost, new_tuning_parameter) |
Variables | |
type(performance_history), dimension(3) | perf_history |
real(8), parameter | golden_ratio = 1.618033988D0 |
real(8), parameter | phi = 0.618033988D0 |
real(8), parameter | min_lower_bound = 1.0D0 |
real(8), parameter | def_upper_bound = 2.0D0 |
real(8), parameter | rel_tol = 0.001D0 |
integer, parameter | age_limit = 3 |
real(8) | upper_bound = -1.0D0 |
real(8) | lower_bound = 1.0D0 |
real(8) | tuning_parameter = 1.0D0 |
real(8) | abs_tol = 1.0E-10 |
subroutine, public load_balance_constraint_module::update_ptl_constraint | ( | real (8), intent(in) | cost, |
real (8), intent(out) | new_tuning_parameter | ||
) |
subroutine, public load_balance_constraint_module::update_ptl_constraint_init | ( | real (8), intent(in), optional | min_tuning_parameter, |
real (8), intent(in), optional | max_tuning_parameter, | ||
real (8), intent(in), optional | init_tuning_parameter | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |