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
60 changes: 0 additions & 60 deletions autofit/config/non_linear/mcmc.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions autofit/config/non_linear/mle.yaml

This file was deleted.

88 changes: 0 additions & 88 deletions autofit/config/non_linear/nest.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions autofit/non_linear/mock/mock_search.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Optional, Tuple

from autoconf import conf
from autofit import exc
from autofit.graphical import FactorApproximation
from autofit.graphical.utils import Status
Expand Down Expand Up @@ -69,14 +68,6 @@ def __init__(
def check_model(self, model):
pass

@property
def config_type(self):
return conf.instance["non_linear"]["mock"]

@property
def config_dict_search(self):
return {}

def _fit_fast(self, model, analysis):
class Fitness:
def __init__(self, instance_from_vector, result):
Expand Down
Loading
Loading