traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

get hyperpar from params #252

Closed rafaqz closed 4 years ago

rafaqz commented 4 years ago

uses "param_hyperpar" func to get the default.

This will need something in the scaffolder ot add the method next to the hyperpar method, as we can only get the "FF16_Strategy" Class name, not "FF16". So we have to link "FF16_hyperpar" to "FF16_Strategy". We could mess with the strings to assume the name has "_Strategy" appended, but its a bit hacky also.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 78.582% when pulling f4f412980b0936d1ede1a01656f39dfd54accf6e on rafaqz:param_hyperpar into 99b1f9f766650fce78dbfe41181517d64320ad0a on traitecoevo:develop.

dfalster commented 4 years ago

Cool. I'll take a look.