Connor Stone, PhD

Results 36 issues of Connor Stone, PhD

**describe the content in question** AutoProf config file interface through the terminal is undocumented **example use case** Need to know what parameters are available and how to construct a config...

docs

This is an attempt to match more closely with the scientific python SPEC standards: https://scientific-python.org/specs/

refactor

**Is your refactor request related to a problem? Please describe.** The Scientific Python SPECs specify how to organize a scientific open source project **Describe the solution you'd like** Refactor with...

refactor

**Is your refactor request related to a problem? Please describe.** Once one has made a group model, there should be a convenient way to access an individual model **Describe the...

refactor

Would be great if AstroPhot could handle gradient stuff internally

**describe the content in question** A common typo for group models is to use `model = model_list` instead of `models = model_list`. Which currently just creates an empty group model....

user experience
Easy to fix

**Is your feature request related to a problem? Please describe.** Some variables, such as the center, naturally benefit from having limits with the same shape as the value. For example...

feat

I am really liking Jupyter-book! One strange behavior is that when we set the `use_repository_button: true` value, the button to link to our github doesn't appear. You can see our...

This PR is to add the LM optimizer to zfit. LM basically assumes local linearity by extracting the gradient (`g`) and Hessian (`H`), using a scalar damping parameter (`L`) it...

Adding extra checks in the automatic initialization to ensure stable results

refactor
perf