-
Notifications
You must be signed in to change notification settings - Fork 57
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
Number of Runs cannot be modified from the interface #5
Comments
it is set in the params. this is perhaps a bad example for where you can set params outside of the network using paramsets. but there aren't many other params -- I'll find another one as this causes so much confusion. |
I'm afraid I don't understand the response. Is this something you are going to fix in the code so that the selection box in NetView works or does the user need to be changed manually in the code and the code rebuilt any time you want to change that. |
Actually, it is "Sim": ¶ms.Sheet{ // sim params apply to sim object
{Sel: "Sim", Desc: "best params always finish in this time",
Params: params.Params{
"Sim.MaxEpcs": "50",
}},
}, and if you click on Anyway, I was able to change |
Hmm.. I did hit Init. This was actually for one of the sims projects, I think for one of the learning projects with a hidden layer. I will try again and see whether I can replicate the issue.
On Jan 14, 2020, at 11:58 AM, rcoreilly <[email protected]<mailto:[email protected]>> wrote:
Actually, it is MaxEpcs that is in the params -- in the ra25.go file, you can see this:
"Sim": ¶ms.Sheet{ // sim params apply to sim object
{Sel: "Sim", Desc: "best params always finish in this time",
Params: params.Params{
"Sim.MaxEpcs": "50",
}},
},
and if you click on Params in the left control panel, you'll see it at the end of the first line under Base params -- click on the Slice[1]*params.Sel after Sim and it will come up.
Anyway, I was able to change MaxRuns no problem -- you do have to hit "Init" to get it to take.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_CompCogNeuro_sims_issues_5-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAFASMS2SSNO6K7T3SMNQ2F3Q5YKOPA5CNFSM4KF24VU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI55IWA-23issuecomment-2D574346328&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=u9vxqOpfdB9xqeWwZKwBWw&m=F08gTCVgGZczx2lgq0j1WzvKTmu_GlI3tpzFan542s0&s=ZHfhpgHXuEBLvE7duK7nASKlAQKp972DlVZvDy9bi90&e=>, or unsubscribe<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AFASMS3KISQI4F7USLEDQITQ5YKOPANCNFSM4KF24VUQ&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=u9vxqOpfdB9xqeWwZKwBWw&m=F08gTCVgGZczx2lgq0j1WzvKTmu_GlI3tpzFan542s0&s=KASSGV-LcRORxnJYq2yl1hlBPl_FpuBFfU5C3fUloho&e=>.
|
When I try to reset the MaxRuns in the error_driven_hidden sim it does not reset. I have made sure to hit the Init button in the upper left corner.
On Jan 14, 2020, at 12:01 PM, Stephen Read <[email protected]<mailto:[email protected]>> wrote:
Hmm.. I did hit Init. This was actually for one of the sims projects, I think for one of the learning projects with a hidden layer. I will try again and see whether I can replicate the issue.
On Jan 14, 2020, at 11:58 AM, rcoreilly <[email protected]<mailto:[email protected]>> wrote:
Actually, it is MaxEpcs that is in the params -- in the ra25.go file, you can see this:
"Sim": ¶ms.Sheet{ // sim params apply to sim object
{Sel: "Sim", Desc: "best params always finish in this time",
Params: params.Params{
"Sim.MaxEpcs": "50",
}},
},
and if you click on Params in the left control panel, you'll see it at the end of the first line under Base params -- click on the Slice[1]*params.Sel after Sim and it will come up.
Anyway, I was able to change MaxRuns no problem -- you do have to hit "Init" to get it to take.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_CompCogNeuro_sims_issues_5-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAFASMS2SSNO6K7T3SMNQ2F3Q5YKOPA5CNFSM4KF24VU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI55IWA-23issuecomment-2D574346328&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=u9vxqOpfdB9xqeWwZKwBWw&m=F08gTCVgGZczx2lgq0j1WzvKTmu_GlI3tpzFan542s0&s=ZHfhpgHXuEBLvE7duK7nASKlAQKp972DlVZvDy9bi90&e=>, or unsubscribe<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AFASMS3KISQI4F7USLEDQITQ5YKOPANCNFSM4KF24VUQ&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=u9vxqOpfdB9xqeWwZKwBWw&m=F08gTCVgGZczx2lgq0j1WzvKTmu_GlI3tpzFan542s0&s=KASSGV-LcRORxnJYq2yl1hlBPl_FpuBFfU5C3fUloho&e=>.
|
I checked that this does work in ra25. But for some reason it does not in the error_driven_hidden sim.
On Jan 14, 2020, at 12:31 PM, Stephen Read <[email protected]<mailto:[email protected]>> wrote:
When I try to reset the MaxRuns in the error_driven_hidden sim it does not reset. I have made sure to hit the Init button in the upper left corner.
On Jan 14, 2020, at 12:01 PM, Stephen Read <[email protected]<mailto:[email protected]>> wrote:
Hmm.. I did hit Init. This was actually for one of the sims projects, I think for one of the learning projects with a hidden layer. I will try again and see whether I can replicate the issue.
On Jan 14, 2020, at 11:58 AM, rcoreilly <[email protected]<mailto:[email protected]>> wrote:
Actually, it is MaxEpcs that is in the params -- in the ra25.go file, you can see this:
"Sim": ¶ms.Sheet{ // sim params apply to sim object
{Sel: "Sim", Desc: "best params always finish in this time",
Params: params.Params{
"Sim.MaxEpcs": "50",
}},
},
and if you click on Params in the left control panel, you'll see it at the end of the first line under Base params -- click on the Slice[1]*params.Sel after Sim and it will come up.
Anyway, I was able to change MaxRuns no problem -- you do have to hit "Init" to get it to take.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_CompCogNeuro_sims_issues_5-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAFASMS2SSNO6K7T3SMNQ2F3Q5YKOPA5CNFSM4KF24VU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI55IWA-23issuecomment-2D574346328&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=u9vxqOpfdB9xqeWwZKwBWw&m=F08gTCVgGZczx2lgq0j1WzvKTmu_GlI3tpzFan542s0&s=ZHfhpgHXuEBLvE7duK7nASKlAQKp972DlVZvDy9bi90&e=>, or unsubscribe<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AFASMS3KISQI4F7USLEDQITQ5YKOPANCNFSM4KF24VUQ&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=u9vxqOpfdB9xqeWwZKwBWw&m=F08gTCVgGZczx2lgq0j1WzvKTmu_GlI3tpzFan542s0&s=KASSGV-LcRORxnJYq2yl1hlBPl_FpuBFfU5C3fUloho&e=>.
|
I tried to change the number of runs from the Netview, but it doesn't seem to make any difference. I tried to set it at 1 and it still ran 10.
The text was updated successfully, but these errors were encountered: