Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import autofit as af
```

Key subsystems: `non_linear/search/` (MCMC: emcee/zeus; nested: dynesty,
nautilus, NSS; MLE: LBFGS/BFGS/drawer), `mapper/` (model + priors),
nautilus; MLE: LBFGS/BFGS/drawer), `mapper/` (model + priors),
`non_linear/analysis/` (`af.Analysis.log_likelihood_function`), `aggregator/`,
`database/` (SQLAlchemy), `graphical/` (expectation propagation),
`interpolator/`.
Expand All @@ -81,10 +81,6 @@ nautilus, NSS; MLE: LBFGS/BFGS/drawer), `mapper/` (model + priors),
(`test_autofit/graphical/test_declarative_deterministic.py` is the
pattern). Capabilities that exist below but are silently absent above
are the seam's known failure mode (see PyAutoFit#1336/#1337).
- The `[nss]` extra (for `af.NSS`) needs a pinned **handley-lab/blackjax** fork
installed manually *after* the extras step; that fork conflicts with the
mainline `blackjax` pinned in `[optional]`. Do not naively combine or bump
them — see the install notes in `pyproject.toml`.
- All files use Unix line endings (LF, `\n`) — never `\r\n`.

## Working on issues
Expand Down
1 change: 0 additions & 1 deletion autofit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
from .non_linear.search.mcmc.emcee.search import Emcee
from .non_linear.search.mcmc.zeus.search import Zeus
from .non_linear.search.nest.nautilus.search import Nautilus
from .non_linear.search.nest.nss.search import NSS
from .non_linear.search.nest.dynesty.search.dynamic import DynestyDynamic
from .non_linear.search.nest.dynesty.search.static import DynestyStatic
from .non_linear.search.mle.drawer.search import Drawer
Expand Down
1 change: 0 additions & 1 deletion autofit/non_linear/search/nest/nss/__init__.py

This file was deleted.

115 changes: 0 additions & 115 deletions autofit/non_linear/search/nest/nss/_chunked_nss.py

This file was deleted.

119 changes: 0 additions & 119 deletions autofit/non_linear/search/nest/nss/_chunked_update.py

This file was deleted.

25 changes: 0 additions & 25 deletions autofit/non_linear/search/nest/nss/samples.py

This file was deleted.

Loading
Loading