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

Wip computation performance #8

Merged
merged 3 commits into from
May 14, 2017
Merged

Wip computation performance #8

merged 3 commits into from
May 14, 2017

Commits on May 4, 2017

  1. calc-confidence precision increased

    * The confidence which determines when a run can be stopped is now calculated not only wrt to the researcher who is the least confident but takes the confidence of all researchers into account.
    * `calc-confidence` has been computationally optimized: redundancies have been reduced
    * The variable `avg-neighbor-signal` is now turtle-owned and has been documented
    * New globals: `g-confidence` and `g-depressed-confidence` have been added and documented.
    * The hidden variable `confidence-cutoff` has been adjusted for the new way confidence is calculated
    * The global `max-confidence` has been removed as it is not needed anymore
    * The `average-confidence` reporter has been adjusted to report the global confidence `g-confidence`
    daimpi committed May 4, 2017
    Configuration menu
    Copy the full SHA
    e0e301d View commit details
    Browse the repository at this point in the history
  2. Moving calc-confidence & erf to protocol.nls.

    * They seem to better fit in there.
    * removing initialization of current-theory-info from setup b/c it's superfluous
    daimpi committed May 4, 2017
    Configuration menu
    Copy the full SHA
    8257e2b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Introducing reporter for low numbers of pulls

    * If the number of pulls is smaller than 100 an exact reporter for the binomial distribution is used instead of the normal approximation.
    * The range for the pull slider has been extended, which is reflected in the documentation.
    daimpi committed May 7, 2017
    Configuration menu
    Copy the full SHA
    cbfa7e0 View commit details
    Browse the repository at this point in the history