PanPalitta / phase_estimation

This project apply reinforcement learning algorithms based on DE and PSO to optimize adaptive quantum-phase estimation.
http://panpalitta.github.io/phase_estimation/
GNU General Public License v3.0
9 stars 5 forks source link

Multiple objective optimization #11

Open PanPalitta opened 9 years ago

PanPalitta commented 9 years ago

In the interest of making the code compatible with the future project of two-parameters estimation, the optimization should be able to support multiple objective optimization. This would require that we rethink how the class of optimization algorithm deals with the information from the fitness function.

peterwittek commented 9 years ago

Perhaps this paper is relevant: arXiv:1509.06842.