metacountregressor 0.1.233__py3-none-any.whl → 0.1.235__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.
@@ -164,13 +164,13 @@ class ObjectiveFunction(object):
164
164
  self.generated_sln = set()
165
165
  self.ave_mae = 0
166
166
  # defalt paramaters for hs #TODO unpack into harmony search class
167
- self.algorithm = 'hs' # 'sa' 'de' also avialable
167
+ self.algorithm = kwargs.get('algorithm', 'hs') # 'sa' 'de' also avialable
168
168
  self._hms = 20
169
- self._max_time = kwargs.get('_max_time',.60 * 60 * 24)
170
- self._hmcr = kwargs.get('_hmcr',.5)
169
+ self._max_time = kwargs.get('_max_time', 0.8* 60 * 60 * 24)
170
+ self._hmcr = kwargs.get('_hmcr', .5)
171
171
  self._par = 0.3 #dont think this gets useted
172
172
  self._mpai = 1
173
- self._max_imp = 100000
173
+ self._max_imp = kwargs.get('_max_imp', 90000000)
174
174
  self._WIC = kwargs.get("WIC",10000) # Number of Iterations without Multiobjective Improvement #tod chuck into solution
175
175
  self._panels = None
176
176
  self.is_multi = True
@@ -184,7 +184,7 @@ class ObjectiveFunction(object):
184
184
  self.MP = 0
185
185
  # Nelder-Mead-BFGS
186
186
 
187
- self._max_characteristics = kwargs.get('_max_vars', 26)
187
+ self._max_characteristics = kwargs.get('_max_vars', 30)
188
188
 
189
189
  self.beta_dict = dict
190
190
  if 'model_terms' in kwargs:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: metacountregressor
3
- Version: 0.1.233
3
+ Version: 0.1.235
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,10 +11,10 @@ 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=0RGqZ60LVa3Ek-w6haCXpu_6Eav9-qrfQet9EbCTW2Y,284756
14
+ metacountregressor/solution.py,sha256=jyWFVoLWOAJaLKM4Ha0I_uzeALD_7J3F-tsVXc7kEPY,284813
15
15
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
16
- metacountregressor-0.1.233.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- metacountregressor-0.1.233.dist-info/METADATA,sha256=2aBoFmLZgCS1eABnQFi-7XvRWbvpCWfXbcNuYZkEeyQ,23529
18
- metacountregressor-0.1.233.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
19
- metacountregressor-0.1.233.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
- metacountregressor-0.1.233.dist-info/RECORD,,
16
+ metacountregressor-0.1.235.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ metacountregressor-0.1.235.dist-info/METADATA,sha256=qL2KUxNg3FbX5zBK-_qR8TQ5T05laVMMlRseHCLDPVw,23529
18
+ metacountregressor-0.1.235.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
19
+ metacountregressor-0.1.235.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
+ metacountregressor-0.1.235.dist-info/RECORD,,