-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactors and updates sphinx documantation #183
Refactors and updates sphinx documantation #183
Conversation
StephenNneji
commented
Dec 1, 2023
- Updates packages for building docs
- Makes an initial attempt to put the API documentation in order
- Updates installation information
2. **Differential Evolution** - Optimizes a problem by iteratively improving a candidate solution based on an evolutionary process | ||
3. **Nested Sampler** - Estimates directly how the likelihood function relates to prior mass | ||
4. **DREAM** | ||
5. **Calculate** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have procedures named as "de" and "ns" in the procedures enum. Should we change these to Differential evolution and nested sampler instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add the NS and DE in brackets in the docs for now we can make the refactor in another PR
docs/source/controlClass.rst
Outdated
automatically updated based on the procedure selected. | ||
|
||
RAT uses parallelization to speed up the calculation. This is achieved using Parallel Computing Toolbox. The user can choose to use the parallelization or not and | ||
if yes, what to parallelize on. (Points or Contrasts or all) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be clearer that "all" means both points and contrasts here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure "all" means both and now looking at the code "all" is never used