Skip to content

Commit

Permalink
Test updating to latest moeaframework shared library (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Jan 2, 2024
1 parent 51a366b commit 75c633e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
MOEAFRAMEWORK_ROOT=$(realpath -s MOEAFramework-${VERSION})
ln -s $(realpath -s native/) ${MOEAFRAMEWORK_ROOT}/native
cp target/real-world-benchmarks-[0-9].[0-9].[0-9].jar ${MOEAFRAMEWORK_ROOT}/lib
rm native/shared/*
cp ${MOEAFRAMEWORK_ROOT}/examples/moeaframework.[ch] native/shared
make -C native
cd ${MOEAFRAMEWORK_ROOT}
java -cp "lib/*" org.moeaframework.analysis.tools.Solve -a NSGAII -b GAA -n 10000 -f GAA.result
java -cp "lib/*" org.moeaframework.analysis.tools.Solve -a NSGAII -b LRGV -n 1000 -f output.set

0 comments on commit 75c633e

Please sign in to comment.