metacountregressor 0.1.202__tar.gz → 0.1.204__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/PKG-INFO +1 -1
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/solution.py +2 -3
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/PKG-INFO +1 -1
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/LICENSE.txt +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/README.rst +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/__init__.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/_device_cust.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/app_main.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/data_split_helper.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/halton.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/helperprocess.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/main.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/main_old.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/metaheuristics.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/pareto_file.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/pareto_logger__plot.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/setup.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/single_objective_finder.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/test_generated_paper2.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/SOURCES.txt +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/dependency_links.txt +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/not-zip-safe +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/requires.txt +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/top_level.txt +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/setup.cfg +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/setup.py +0 -0
- {metacountregressor-0.1.202 → metacountregressor-0.1.204}/tests/test.py +0 -0
|
@@ -159,7 +159,7 @@ class ObjectiveFunction(object):
|
|
|
159
159
|
self.full_model = None
|
|
160
160
|
self.GP_parameter = 0
|
|
161
161
|
self.is_multi = kwargs.get('is_multi', False)
|
|
162
|
-
self.complexity_level = kwargs('complexity_level', 6)
|
|
162
|
+
self.complexity_level = kwargs.get('complexity_level', 6)
|
|
163
163
|
self._max_iterations_improvement = 10000
|
|
164
164
|
self.generated_sln = set()
|
|
165
165
|
self.ave_mae = 0
|
|
@@ -5912,8 +5912,7 @@ class ObjectiveFunction(object):
|
|
|
5912
5912
|
|
|
5913
5913
|
if self.no_extra_param:
|
|
5914
5914
|
dispersion_poisson = 0
|
|
5915
|
-
|
|
5916
|
-
print(self.get_param_num())
|
|
5915
|
+
|
|
5917
5916
|
baby = self.get_param_num()
|
|
5918
5917
|
if len(b) != baby:
|
|
5919
5918
|
print('modify')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/_device_cust.py
RENAMED
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/data_split_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/helperprocess.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/metaheuristics.py
RENAMED
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor/pareto_logger__plot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/requires.txt
RENAMED
|
File without changes
|
{metacountregressor-0.1.202 → metacountregressor-0.1.204}/metacountregressor.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|