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

IllegalArgumentException in Lab Recruits levelGenerator #12

Open
deid00 opened this issue Jun 13, 2022 · 0 comments
Open

IllegalArgumentException in Lab Recruits levelGenerator #12

deid00 opened this issue Jun 13, 2022 · 0 comments
Assignees

Comments

@deid00
Copy link
Contributor

deid00 commented Jun 13, 2022

Some configurations raise an Exception when generating the csv associated with a randomly generated Lab Recruit level. The error is independent of the used algorithm. Arguments to mbt follow:

-Dalgorithm=MONOTONIC_GA -Dsearch_budget=300 -Dsut_efsm=labrecruits.random_default -Drandom_seed=1010294610 -Dmodelcriterion=TRANSITION -Dk_transition_size=2 -DLR_mean_buttons=2.5 -DLR_n_buttons=50 -DLR_n_doors=120 -DLR_seed=1010294610 -DLR_n_goalFlags=20 -Dcrossover_function=EXTENDEDSINGLEPOINTRELATIVE -Dtarget_approach_level=NONE -Dtarget_branch_distance=NONE -Dstatistics_interval=60

-Dalgorithm=MONOTONIC_GA -Dsearch_budget=300 -Dsut_efsm=labrecruits.random_default -Drandom_seed=1010294610 -Dmodelcriterion=TRANSITION -Dk_transition_size=2 -DLR_mean_buttons=2.5 -DLR_n_buttons=150 -DLR_n_doors=40 -DLR_seed=592725183 -DLR_n_goalFlags=20 -Dcrossover_function=EXTENDEDSINGLEPOINTRELATIVE -Dtarget_approach_level=NONE -Dtarget_branch_distance=NONE -Dstatistics_interval=60

-Dalgorithm=MONOTONIC_GA -Dsearch_budget=300 -Dsut_efsm=labrecruits.random_default -Drandom_seed=1010294610 -Dmodelcriterion=TRANSITION -Dk_transition_size=2 -DLR_mean_buttons=2.5 -DLR_n_buttons=50 -DLR_n_doors=80 -DLR_seed=61743258 -DLR_n_goalFlags=20 -Dcrossover_function=EXTENDEDSINGLEPOINTRELATIVE -Dtarget_approach_level=NONE -Dtarget_branch_distance=NONE -Dstatistics_interval=60

-Dalgorithm=MONOTONIC_GA -Dsearch_budget=300 -Dsut_efsm=labrecruits.random_default -Drandom_seed=1010294610 -Dmodelcriterion=TRANSITION -Dk_transition_size=2 -DLR_mean_buttons=2.5 -DLR_n_buttons=50 -DLR_n_doors=40 -DLR_seed=367388720 -DLR_n_goalFlags=20 -Dcrossover_function=EXTENDEDSINGLEPOINTRELATIVE -Dtarget_approach_level=NONE -Dtarget_branch_distance=NONE -Dstatistics_interval=60

@deid00 deid00 self-assigned this Jun 13, 2022
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

1 participant