metacountregressor 1.0.4__py3-none-any.whl → 1.0.5__py3-none-any.whl
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/solution.py +1 -1
- {metacountregressor-1.0.4.dist-info → metacountregressor-1.0.5.dist-info}/METADATA +1 -1
- {metacountregressor-1.0.4.dist-info → metacountregressor-1.0.5.dist-info}/RECORD +6 -6
- {metacountregressor-1.0.4.dist-info → metacountregressor-1.0.5.dist-info}/WHEEL +1 -1
- {metacountregressor-1.0.4.dist-info → metacountregressor-1.0.5.dist-info}/licenses/LICENSE.txt +0 -0
- {metacountregressor-1.0.4.dist-info → metacountregressor-1.0.5.dist-info}/top_level.txt +0 -0
metacountregressor/solution.py
CHANGED
@@ -171,7 +171,7 @@ class ObjectiveFunction(object):
|
|
171
171
|
# defalt paramaters for hs #TODO unpack into harmony search class
|
172
172
|
self.algorithm = kwargs.get('algorithm', 'hs') # 'sa' 'de' also avialable
|
173
173
|
self._hms = 20
|
174
|
-
self._max_time = kwargs.get('_max_time', 0.8* 60 * 60 * 24)
|
174
|
+
self._max_time = self._max_time = kwargs.get('_max_time', kwargs.get('MAX_TIME', 0.8 * 60 * 60 * 24))
|
175
175
|
self._hmcr = kwargs.get('_hmcr', .5)
|
176
176
|
self._par = 0.3 #dont think this gets useted
|
177
177
|
self._mpai = 1
|
@@ -11,11 +11,11 @@ metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiL
|
|
11
11
|
metacountregressor/pareto_logger__plot.py,sha256=mEU2QN4wmsM7t39GJ_XhJ_jjsdl09JOmG0U2jICrAkI,30037
|
12
12
|
metacountregressor/setup.py,sha256=5UcQCCLR8Fm5odA3MX78WwahavxFq4mVD6oq0IuQvAY,936
|
13
13
|
metacountregressor/single_objective_finder.py,sha256=jVG7GJBqzSP4_riYr-kMMKy_LE3SlGmKMunNhHYxgRg,8011
|
14
|
-
metacountregressor/solution.py,sha256=
|
14
|
+
metacountregressor/solution.py,sha256=ZyKFq39Mug5865vZQt4G2vv-oPgsnYuyrJJJVvwO1dA,323939
|
15
15
|
metacountregressor/test_code.py,sha256=_7Emm2JbhK_NVhxoqMhshN2JeHZtihZuSDl3Jpe7Ajk,1641
|
16
16
|
metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
|
17
|
-
metacountregressor-1.0.
|
18
|
-
metacountregressor-1.0.
|
19
|
-
metacountregressor-1.0.
|
20
|
-
metacountregressor-1.0.
|
21
|
-
metacountregressor-1.0.
|
17
|
+
metacountregressor-1.0.5.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
18
|
+
metacountregressor-1.0.5.dist-info/METADATA,sha256=utJe5zUXxsSoUvcaR3bzoUPhMeu8zfIstgn16eroHlo,23618
|
19
|
+
metacountregressor-1.0.5.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
20
|
+
metacountregressor-1.0.5.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
21
|
+
metacountregressor-1.0.5.dist-info/RECORD,,
|
{metacountregressor-1.0.4.dist-info → metacountregressor-1.0.5.dist-info}/licenses/LICENSE.txt
RENAMED
File without changes
|
File without changes
|