You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently integrating some modules from your codebase, and I've come across an inconsistency that's causing some confusion. The step function in src/train_child.py is defined as follows:
def step(original_action, configs, Problem)
According to the documentation and source code, this function returns 11 values.
However, in annealing_generator.py, the step function is used differently:
Here, it appears that the function is expected to return 23 values.
Could you help clarify the correct usage of the step function? Specifically, are there additional parameters and return values that are not documented, or is there an error in the annealing_generator.py file?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Dear Developers,
I am currently integrating some modules from your codebase, and I've come across an inconsistency that's causing some confusion. The step function in src/train_child.py is defined as follows:
def step(original_action, configs, Problem)
According to the documentation and source code, this function returns 11 values.
However, in
annealing_generator.py
, thestep
function is used differently:Here, it appears that the function is expected to return 23 values.
Could you help clarify the correct usage of the step function? Specifically, are there additional parameters and return values that are not documented, or is there an error in the
annealing_generator.py
file?Thank you for your assistance.
The text was updated successfully, but these errors were encountered: