Skip to content
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

Merged
merged 11 commits into from
Mar 8, 2024

Commits on Feb 26, 2024

  1. Add gaussian likelihoods, update optimisation cls to for likelihood d…

    …efinition, add probablilitybased cost function, Add MLE example
    BradyPlanden committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    10801fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fd01a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b34bb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    55d54e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    e5396d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e62f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d58731 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    7e8271f View commit details
    Browse the repository at this point in the history
  2. 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
    NicolaCourtier authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0b53048 View commit details
    Browse the repository at this point in the history
  3. Updt tests, add optional x0 arg to optimisation cls, remove redundant…

    … __init__ variables from baselikelihood, updt basecost to align with baselikelihood args
    BradyPlanden committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fd49cf6 View commit details
    Browse the repository at this point in the history
  4. Fix basecost.evaluateS1 tuple negate, up coverage via integration add…

    …itions, small bugfixes to basecost
    BradyPlanden committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    13309fb View commit details
    Browse the repository at this point in the history