PEtab-dev / petab_select

Repository for development of the model selection extension
https://petab-select.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Handle similar model criterion values #34

Open dilpath opened 1 year ago

dilpath commented 1 year ago

Models can have indistinguishable criterion values, such that choosing one over the other is determined by numerical noise.

For example, in one case, during a forward search, two models with the same number of parameters were calibrated to have the same likelihood to several decimal places. Repeating the forward search 100 times resulted in 2 different trajectories through model space, occurring approximately 50/50. This is because numerical noise determined which of the two similar models were chosen at this point during the forward search.

Options to handle: