Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The order of sample and update #82

Open
haohaomiao opened this issue Jul 27, 2023 · 0 comments
Open

The order of sample and update #82

haohaomiao opened this issue Jul 27, 2023 · 0 comments

Comments

@haohaomiao
Copy link

I have observed that in the current evotorch, it seems that it is only possible to sample first and then update, which may be inconvenient for certain use cases.
For example, I am applying the CMA algorithm to a black-box optimization problem. In this problem, obtaining the fitness of a batch of solutions may take some time, so I would like the interface to be able to complete one step in the order of "obtain fitness -> update parameters -> resample". However, the current _step function does not support such idea. I wonder if there could be any improvements in this regard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant