auto-optimization / eafpy

https://auto-optimization.github.io/eafpy/
Other
1 stars 0 forks source link

Copy documentation from R package (but adapt it for python) #3

Open MLopez-Ibanez opened 1 year ago

MLopez-Ibanez commented 1 year ago

For example: https://mlopez-ibanez.github.io/eaf/reference/read_datasets.html and: https://mlopez-ibanez.github.io/eaf/reference/hypervolume.html

Maybe hv should be called hypervolume to avoid clashes with some other function.

FergusRooney commented 1 year ago

I noticed that in the R implementation, the hypervolume function has a maximise argument, which is added in R and is not in the C code (R code) Should we add this to the python version too?

MLopez-Ibanez commented 1 year ago

I would leave it for now if you don't needed it. I don't remember all the details but I have the impression that there was something else that made it a bit more complex than for other functions.