drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

implement penalty heuristic #73

Closed drbenvincent closed 5 years ago

drbenvincent commented 5 years ago

Add new penalty function which operates on the utilities of the designs in optimisation.py.

drbenvincent commented 5 years ago

At this point the new default behaviour (without having to update any code/arguments) is to use the new penalty code. This all seems to work fine. More rigorous testing to follow. But this issue is basically implemented. Might do some tidying up or focus on efficiency at some point.

drbenvincent commented 5 years ago

This is done. Some tweaking or cleaning up might be applied in the future.