metacountregressor 0.1.139__tar.gz → 0.1.140__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/PKG-INFO +1 -1
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/metaheuristics.py +1 -1
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/PKG-INFO +1 -1
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/LICENSE.txt +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/README.rst +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/__init__.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/_device_cust.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/app_main.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/data_split_helper.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/halton.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/helperprocess.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/main.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/main_old.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/pareto_file.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/pareto_logger__plot.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/setup.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/single_objective_finder.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/solution.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/test_generated_paper2.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/SOURCES.txt +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/dependency_links.txt +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/not-zip-safe +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/requires.txt +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/top_level.txt +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/setup.cfg +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/setup.py +0 -0
- {metacountregressor-0.1.139 → metacountregressor-0.1.140}/tests/test.py +0 -0
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/metaheuristics.py
RENAMED
@@ -1239,7 +1239,7 @@ class HarmonySearch(object):
|
|
1239
1239
|
self._obj_fun = objective_function
|
1240
1240
|
## NEW CODE, TRYING TO EXCTACT OUT THE PARAMATERS
|
1241
1241
|
self._hms = kwargs.get('_hms', 20)
|
1242
|
-
self._par = kwargs.get(
|
1242
|
+
self._par = kwargs.get('_par', .30)
|
1243
1243
|
self.F = kwargs.get('_AI', 2) # mutation scale
|
1244
1244
|
self.iter = kwargs.get('_max_iter', 10000)
|
1245
1245
|
self.cr = kwargs.get('_crossover_perc') or kwargs.get('_cr', 0.2)
|
File without changes
|
File without changes
|
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/_device_cust.py
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/data_split_helper.py
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/helperprocess.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor/pareto_logger__plot.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/not-zip-safe
RENAMED
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/requires.txt
RENAMED
File without changes
|
{metacountregressor-0.1.139 → metacountregressor-0.1.140}/metacountregressor.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|