metacountregressor 0.1.141__py3-none-any.whl → 0.1.142__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- metacountregressor/metaheuristics.py +1 -1
- {metacountregressor-0.1.141.dist-info → metacountregressor-0.1.142.dist-info}/METADATA +1 -1
- {metacountregressor-0.1.141.dist-info → metacountregressor-0.1.142.dist-info}/RECORD +6 -6
- {metacountregressor-0.1.141.dist-info → metacountregressor-0.1.142.dist-info}/LICENSE.txt +0 -0
- {metacountregressor-0.1.141.dist-info → metacountregressor-0.1.142.dist-info}/WHEEL +0 -0
- {metacountregressor-0.1.141.dist-info → metacountregressor-0.1.142.dist-info}/top_level.txt +0 -0
@@ -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)
|
@@ -6,15 +6,15 @@ metacountregressor/halton.py,sha256=jhovA45UBoZYU9g-hl6Lb2sBIx_ZBTNdPrpgkzR9fng,
|
|
6
6
|
metacountregressor/helperprocess.py,sha256=05698FXkXiAZi2JvVxCtaBwSf9LbW1lY8q_eFmEF5Nc,20739
|
7
7
|
metacountregressor/main.py,sha256=2Rx_mGIGzl4lhwkMb7DHvsBaawqEakKiVR1Yr2uG9Yo,22819
|
8
8
|
metacountregressor/main_old.py,sha256=eTS4ygq27MnU-dZ_j983Ucb-D5XfbVF8OJQK2hVVLZc,24123
|
9
|
-
metacountregressor/metaheuristics.py,sha256=
|
9
|
+
metacountregressor/metaheuristics.py,sha256=SiVpq7CTXWe1_YNhdoUfFJdIc85WOoIwWUtfbYIw4og,106265
|
10
10
|
metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiLur0k,23096
|
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
14
|
metacountregressor/solution.py,sha256=j8pWlmMmEkjBC798Fnh1fu0w7F6jrVtW43H2OSXv8Ts,278258
|
15
15
|
metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
|
16
|
-
metacountregressor-0.1.
|
17
|
-
metacountregressor-0.1.
|
18
|
-
metacountregressor-0.1.
|
19
|
-
metacountregressor-0.1.
|
20
|
-
metacountregressor-0.1.
|
16
|
+
metacountregressor-0.1.142.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
17
|
+
metacountregressor-0.1.142.dist-info/METADATA,sha256=nXopMa3sjI_vDNwd3KZrzSjp4-Yw9fPP9rZhmCPo7ug,23434
|
18
|
+
metacountregressor-0.1.142.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
19
|
+
metacountregressor-0.1.142.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
20
|
+
metacountregressor-0.1.142.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|