Open stan-dot opened 2 months ago
the initial naive implementation scans the entire energy domain. scanning is the most time-intensive part of the process. various methods could be used to speed this up https://autonomous-discovery.lbl.gov/what-is-case https://docs.ray.io/en/latest/rllib/rllib-env.html
this might be of interest https://github.com/ChristopherMayes/Xopt
the initial naive implementation scans the entire energy domain. scanning is the most time-intensive part of the process. various methods could be used to speed this up https://autonomous-discovery.lbl.gov/what-is-case https://docs.ray.io/en/latest/rllib/rllib-env.html