CardiacModelling / BenNevis

"Where is Ben Nevis" presents the landscape of Great Britain as a testbed for optimisation and sampling methods.
Other
2 stars 1 forks source link

Add method to print info about optimisation result #59

Closed MichaelClerx closed 2 years ago

MichaelClerx commented 2 years ago

I.e.

Congratulations!
You landed at an altitude of 1309m.
  https://opentopomap.org/#marker=15/57.07019/-3.669487
You are 31m from the nearest named hill top, "Ben Macdui",
  ranked the 2d heighest in GB.
  http://hillsummits.org.uk/htm_summit/518.htm

this stuff should all come from a single method call

EricWay1024 commented 2 years ago

I'm not sure where I should put this method.

MichaelClerx commented 2 years ago

For the time being it can go in __init__.py along with the howdy() method. Or maybe both methods should be in _util ?

EricWay1024 commented 2 years ago

I'll move both to _util then.

MichaelClerx commented 2 years ago

Closed in #64