PocketFlow icon indicating copy to clipboard operation
PocketFlow copied to clipboard

The initial of max_strategy_dict value

Open darren1231 opened this issue 6 years ago • 0 comments

Thanks for your great contribution. I look detail in the algorithm of AMC code and I found it would create a max_strategy_dict at first and fill in the following value depend on the preserve ratio I set. lbound = math.log(FLAGS.cp_preserve_ratio + 1, 10) * 1.5

I can't figure out why would be this formula. Can you explain why? If you could, I would very appreciate.

darren1231 avatar May 21 '19 09:05 darren1231