Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimization fails after step 1 #118

Closed
kohl-carmen opened this issue Oct 24, 2019 · 1 comment
Closed

Optimization fails after step 1 #118

kohl-carmen opened this issue Oct 24, 2019 · 1 comment

Comments

@kohl-carmen
Copy link

C:\Users\ckohl\hnn>python hnn.py
Loaded data in C:\Users\ckohl\Documents\SourcePlay\adult_r_base.txt
Starting simulation (6 cores). . .
Starting model optimization. . .
Optimization step 1, iteration 1
weighted RMSE = 0.034794, RMSE = 0.036376
...
Optimization step 1, iteration 30
weighted RMSE = 0.042405, RMSE = 0.041158
Optimization step 2, iteration 1
Traceback (most recent call last):
File "C:\Users\ckohl\hnn\hnn_qt5.py", line 2452, in updatesaveparams
for win in self.lsubwin: win.setfromdin(dtest)
File "C:\Users\ckohl\hnn\hnn_qt5.py", line 1832, in setfromdin
self.updateDispRanges()
File "C:\Users\ckohl\hnn\hnn_qt5.py", line 1763, in updateDispRanges
initial_value = float(self.initial_opt_info[tab_index][label]['initial'])
KeyError: 't_evdist_1'

@blakecaldwell
Copy link
Member

Fixed in commit b882b39 from range slider merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants