metacountregressor 1.0.4__py3-none-any.whl → 1.0.6__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.
@@ -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
@@ -1165,7 +1165,7 @@ class ObjectiveFunction(object):
1165
1165
  signif_list = self.pvalue_asterix_add(self.pvalues)
1166
1166
  if model == 1:
1167
1167
  # raise to the exponential
1168
- self.coeff_[-1] = np.maximum([np.exp(self.coeff_[-1]),2])
1168
+ self.coeff_[-1] = np.maximum(np.exp(self.coeff_[-1]),5)
1169
1169
  if self.no_extra_param:
1170
1170
  self.coeff_ = np.append(self.coeff_, self.nb_parma)
1171
1171
  self.stderr = np.append(self.stderr, 0.00001)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metacountregressor
3
- Version: 1.0.4
3
+ Version: 1.0.6
4
4
  Summary: Extensive Testing for Estimation of Data Count Models
5
5
  Home-page: https://github.com/zahern/CountDataEstimation
6
6
  Author: Zeke Ahern
@@ -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=IAOnmKtuW30EZfLjwm2LlvdAR5uii721A9Q43NbSFpc,323897
14
+ metacountregressor/solution.py,sha256=fIFmOVnbI8gFv_lQEZ8UKEmjvhJCoLI_OlV8z4bRBuc,323937
15
15
  metacountregressor/test_code.py,sha256=_7Emm2JbhK_NVhxoqMhshN2JeHZtihZuSDl3Jpe7Ajk,1641
16
16
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
17
- metacountregressor-1.0.4.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
18
- metacountregressor-1.0.4.dist-info/METADATA,sha256=f0gPjk7T2733AJEYUwJRv7CDmiaSA6uipvtR38kvmTQ,23618
19
- metacountregressor-1.0.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
20
- metacountregressor-1.0.4.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
21
- metacountregressor-1.0.4.dist-info/RECORD,,
17
+ metacountregressor-1.0.6.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
18
+ metacountregressor-1.0.6.dist-info/METADATA,sha256=Yg16pEdqZr3dK5Xi8yMPUMm0rEL3HDISb1k8hCWzRHM,23618
19
+ metacountregressor-1.0.6.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
20
+ metacountregressor-1.0.6.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
21
+ metacountregressor-1.0.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5