Skip to content

Commit

Permalink
Reduce NFE for Solve
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Jan 2, 2025
1 parent bd77627 commit 3e85ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test solve
run: |
mvn compile exec:java -Dexec.mainClass="org.moeaframework.analysis.tools.Solve" \
-Dexec.args="--algorithm NSGAII --problem LRGV --numberOfEvaluations 10000 --output LRGV_Result.txt"
-Dexec.args="--algorithm NSGAII --problem LRGV --numberOfEvaluations 1000 --output LRGV_Result.txt"
cat LRGV_Result.txt
- name: Validate README
run: |
Expand Down

0 comments on commit 3e85ed7

Please sign in to comment.