Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
ttc18
Commits
ce87f1ed
Commit
ce87f1ed
authored
6 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
comment out viewer
parent
2619ab88
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jastadd-mquat-solver-genetic/src/main/java/de/tudresden/inf/st/mquat/solving/genetic/GeneticSolver.java
+3
-7
3 additions, 7 deletions
...tudresden/inf/st/mquat/solving/genetic/GeneticSolver.java
with
3 additions
and
7 deletions
jastadd-mquat-solver-genetic/src/main/java/de/tudresden/inf/st/mquat/solving/genetic/GeneticSolver.java
+
3
−
7
View file @
ce87f1ed
...
...
@@ -76,15 +76,11 @@ public class GeneticSolver implements BenchmarkableSolver {
TreeMutateOperatorModule
mutate
=
new
TreeMutateOperatorModule
();
TreeCopyOperatorModule
copy
=
new
TreeCopyOperatorModule
();
ViewerModule
viewer
=
new
ViewerModule
();
viewer
.
setCloseOnStop
(
false
);
Nsga2Module
nsga2
=
new
Nsga2Module
();
TreeDiversityOperatorModule
diversity
=
new
TreeDiversityOperatorModule
();
// ViewerModule viewer = new ViewerModule();
// viewer.setCloseOnStop(false);
Opt4JTask
task
=
new
Opt4JTask
(
false
);
task
.
init
(
ea
,
nsga2
,
mquatModule
,
crossover
,
mutate
,
copy
);
task
.
init
(
ea
,
mquatModule
,
crossover
,
mutate
,
copy
);
// task.init(diversity, ea, nsga2, mquatModule, viewer, crossover, mutate, copy);
try
{
task
.
execute
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment