Hi, I am using OPT4J for a FPGA Placement Optimization problem, and I have implemented my PlacementModule and EvolutionaryAlgorithmModule. However, I'm not sure how to select NSGA-II as the selector for evolutionary algorithm, could you provide me with a little help on that? Thank you in advance
Hi Luis, according to the Javadoc of the KnapsackProblemFile (http://opt4j.sourceforge.net/javadoc/3.1.4/org/opt4j/benchmarks/knapsack/KnapsackProblemFile.html)...
Hi Im trying to solve some knapsack instances, with different data from the ones...
update to guice 4.1.0
merged with 1ccfbc6ff9cc
suppresswarnings added
mouse listeners for evaluated individuals in th...
create launch script manually as described in t...
gradle updated to 2.12
generics added
minor format and xhtml corrections
basic gradle documentation added
add eclipse integration to gradle
rm root .project and .classpath
rm .project
added .project and .classpath to hgingore
Section 4 extended
First question: You can create a class called Data that contains a list with the...
Hi Felix and Martin, Thanks a lot for your answers. Apparently I didn't add an optimizer...
Hi Mert, is it possible that you just added your ProblemModule to the Opt4JTask,...
Hi Mert, can you post the code how the cost looks like the fills the Opt4J task and...
Hi, I would like to optimize my application using Opt4J as a library. I have read...
I am not sure whether I understand the question. Maybe all you need is not to add...
I've implemented a load balancing optimizer using opt4j as external library within...
typo
added splash image to gradle tasks run and fatjar
Corrected calculation of the diff (was upper*lo...
Set to version 3.1.4
use File.pathSeparator
":" is not a valid separator - fails to resolve...
Hi, Thanks a lot for your answers. I meant was actual constraints not the bounds....
Hi Tim, You also have to provide a problem, like in the tutorial in Section 4: DTLZModule...
I'm wondering if Prabal means bounds or actual constraints on variables. Because...
Hello, I'm trying to run MutateOptimizerModule from the tutorial, but I'm getting...
Hi Prabal, there is currently no build-in module in Opt4J that can handle constraints...
I have a requirement where I have multiple variables and there are some constrains...
Hi, Thanks for your comment! I assume you refer to the tutorial at: http://opt4j.sourceforge.net/documentation/3.1.3/tutorial.xhtml...
Opt4J looks like a great library and exactly what I need for a multi-objective problem....
Update dependencies
Tag as 3.1.3 branch
Set version to SNAPSHOT
Update dependencies
Add MIT license files to root directory and lic...
Update to MIT license in About dialog
Close 3.1.3 branch
Update information in file header to MIT license
Update website information to MIT license
Use Java 1.6 compatibility
Adapt gradle build to allow for JDK 8
Dear Courtney, did you start working on the MOSA? - Is there any help required so...
I read the JavaDocs and now I understand how the SimulatedAnnealing code handles...
Tag as 3.1.2 branch
Close 3.1.2 branch
Use provider instead of new for Objectives object
Add further description for Opt4JModule, refere...
Switch to guice 4.0-beta4 (for the sake of Java...
Tag as 3.1.1 branch
Close 3.1.1 branch
Fix indenting for XML output
Changed visibility of bindConstant methods in O...
Hi Courtney, You're right, I will change that. You can of course also use the Guice-way:...
Dear Roland, Sorry for not responding for a year, I just dont have this forum here...
Hi Roland, Nice to see some solid software engineering in research ;) I will try...
Hi Courtney, The bindConstant is not really meant to be used directly (maybe they...
Hi Courtney, The bindConstant are not really meant to be used directly (maybe they...
Hi Kirus, you can implement an OptimizationIterationListener (http://opt4j.sourceforge.net/javadoc/3.1/org/opt4j/core/optimizer/OptimizerIterationListener.html)....
Hello, I just started using Opt4J for my project and I really liked the graphical...
I've had a difficult time finding certain methods in the JavaDoc. For instance, Opt4JModule.bindConstant...
I solved the problem. Opt4JTask() by default sets closeOnStop to true. Opt4JTask(false)...
Thank you. That fixed my NullPointerException. When I run my code I get a null value...
Thank you. That fixed my NullPointerException. When I run my code I get a null value...
Dear Courtney, we just checked your source code and found the problem: Please do...
I attached my source code. All classes (Creator, Decoder, Evaluator, ProblemModule)...
I used Maven to download Opt4J 3.1. I want to run my test code within Netbeans to...
Fix broken images on features website
Tag as 3.1 branch
Use wagon as deployer (to avoid timeouts with s...
Close 3.1 branch
True. It was definitely a bug in the viewer. However, I'm not sure if it is reasonable...
Fixed with commit 155
Wrong count of iterations with OptimizationMediator
Seems this was fixed very quickly by Felix in commit 154
Archive viewer crashes if an integer objective is sometimes infeasible
2 infeasibles
merged
changed comparison
fixed comparator
Archive viewer crashes if an integer objective is sometimes infeasible