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

Number of Runs cannot be modified from the interface #5

Open
StephenJRead opened this issue Jan 13, 2020 · 6 comments
Open

Number of Runs cannot be modified from the interface #5

StephenJRead opened this issue Jan 13, 2020 · 6 comments

Comments

@StephenJRead
Copy link

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.

@rcoreilly
Copy link
Collaborator

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.

@StephenJRead
Copy link
Author

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.

@rcoreilly
Copy link
Collaborator

Actually, it is MaxEpcs that is in the params -- in the ra25.go file, you can see this:

		"Sim": &params.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.

@StephenJRead
Copy link
Author

StephenJRead commented Jan 14, 2020 via email

@StephenJRead
Copy link
Author

StephenJRead commented Jan 14, 2020 via email

@StephenJRead
Copy link
Author

StephenJRead commented Jan 14, 2020 via email

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