From 3e85ed72cf6cc59d17ee78549c86a4faff8c42db Mon Sep 17 00:00:00 2001 From: David Hadka Date: Thu, 2 Jan 2025 05:52:39 -0700 Subject: [PATCH] Reduce NFE for Solve --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e96d52..257a505 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |