-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Base Likelihoods, Maximum Likelihood Example #218
Commits on Feb 26, 2024
-
Add gaussian likelihoods, update optimisation cls to for likelihood d…
…efinition, add probablilitybased cost function, Add MLE example
Configuration menu - View commit details
-
Copy full SHA for 10801fa - Browse repository at this point
Copy the full SHA 10801faView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fd01a - Browse repository at this point
Copy the full SHA b2fd01aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b34bb - Browse repository at this point
Copy the full SHA b7b34bbView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55d54e5 - Browse repository at this point
Copy the full SHA 55d54e5View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5396d6 - Browse repository at this point
Copy the full SHA e5396d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e62f8 - Browse repository at this point
Copy the full SHA 56e62f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d58731 - Browse repository at this point
Copy the full SHA 8d58731View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e8271f - Browse repository at this point
Copy the full SHA 7e8271fView commit details -
Make likelihoods a type of cost (#230)
* Move _likelihoods.py to /costs * Make BaseLikelihood a type of cost * Update test_cost * Update n_parameters to _n_parameters * Move n_parameters property * Change _minimising to Boolean * Update _likelihoods.py
Configuration menu - View commit details
-
Copy full SHA for 0b53048 - Browse repository at this point
Copy the full SHA 0b53048View commit details -
Updt tests, add optional x0 arg to optimisation cls, remove redundant…
… __init__ variables from baselikelihood, updt basecost to align with baselikelihood args
Configuration menu - View commit details
-
Copy full SHA for fd49cf6 - Browse repository at this point
Copy the full SHA fd49cf6View commit details -
Fix basecost.evaluateS1 tuple negate, up coverage via integration add…
…itions, small bugfixes to basecost
Configuration menu - View commit details
-
Copy full SHA for 13309fb - Browse repository at this point
Copy the full SHA 13309fbView commit details