This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,13 @@ Add the following dependency to your `pom.xml`:
2424<dependency >
2525 <groupId >org.moeaframework</groupId >
2626 <artifactId >gd</artifactId >
27- <version >1.0 </version >
27+ <version >1.1 </version >
2828</dependency >
2929```
3030
3131## Usage
3232
33- Reference the ` GD-MOEA/D ` algorithm and supply a ` "targets" ` property pointing to a file containing the target
34- points (objective values only). If no ` "targets" ` is provided, it defaults to targeting uniformly-spaced points generated
35- by the Normal Boundary Intersection method.
33+ Reference the ` GD-MOEA/D ` algorithm as you would any other:
3634
3735``` java
3836
@@ -44,6 +42,9 @@ NondominatedPopulation result = new Executor()
4442 .run();
4543```
4644
45+ There is an optional ` targets ` property. When set, it will use the target points defined in a file.
46+ If unset, it will default to uniformly-spaced points generated using the Normal Boundary Intersection method.
47+
4748## License
4849
4950Copyright 2009-2022 David Hadka and other contributors. All rights reserved.
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.moeaframework</groupId >
44 <artifactId >gd</artifactId >
5- <version >1.0 </version >
5+ <version >1.1 </version >
66 <packaging >jar</packaging >
77
88 <name >Generalized Decomposition</name >
You can’t perform that action at this time.
0 commit comments