Allow different implementations of Initialization interface
A Free and Open Source Java Framework for Multiobjective Optimization
Brought to you by:
dhadka
For an application I'm considering I would like to be able to provide my own implementation of the Initialization interface to create an initial population (rather than always using RandomInitialization).
I'm quite happy to make the necessary changes myself - I'm just not sure what the procedure is for submitting patches. If there isn't one, I'd likely just post my modified MOEA Framework to GitHub.
This sounds like a great addition! I've created a Git repo with the latest source code so that you can submit the changes. You should be able to clone with:
git clone https://@git.code.sf.net/p/moeaframework/git moeaframework-git
Hello! Is there currently a way to insert a single individual into the randomly initialized population at initialization?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Hi Brad,
There currently isn't a way to insert a single individual using the default Executor. However, you could manually create a new algorithm with a custom initialization procedure:
Thanks for your response! I believe that will work to use
results[0].setVariable( ) with my solution. I will try it here shortly.
Brad
On Mon, Nov 10, 2014 at 7:19 AM, noreply@in.sf.net wrote:
Related
Feature Requests: #22