Jan Kwakkel

Results 545 comments of Jan Kwakkel

good point. Indeed, I implicitly assume that variable is some alphanumerical string so this needs fixing. In principle the use of the variable name in the name of the txt...

it is very deliberate because in my experience using setup.py with explicit dependencies can easily break a python environment. I have had this happen to me too often over the...

might indeed be a good idea and should be quite easy to add.

I was actually thinking of dropping hypervolume and simplifying some of the convergence tracking. Based on experience over the last few years, best practice seems to be to log the...

check the TODO under sampling, its on the list. One issue is that I am hesitant to change any sampler that is related to SALIB because its analysis functions are...

I hope to overhaul the sampling sometime in the not-so-distant future. I want to give the user more control over how factors (i.e., uncertainties and levers) are sampled and how...

I agree that something like this is useful. I have had a few cases where we were doing something similar ourselves. However, there might be some ambiguity here. I see...

This sounds exactly like what I had in mind. If you have time, please go ahead and make the change and submit a PR

This is still very much on my to do list, but I have some further thoughts based on some recent work I have been doing. The underlying issue is how...

can you share some code snippets?