Closed yuezhixiong closed 3 years ago
We use the previous version: [2020.02.25]. I was not aware that they changed the query function. For the newer version, "hp" should probably be 200. I think the 12-epoch version (hp=12) is reserved only for the search phase of RL/EA-based methods (to reduce the search cost).
Thanks for pointing it out!
Problem solved. Thanks for replying.
Here seems missing argument "hp" in api.query_by_arch() according to
Fixed after adding hp argument with 12 or 200
result = api.query_by_arch(genotype, hp='200')