MOEA Framework 2.5
API Specification

org.moeaframework.core
Interface Initialization

All Known Implementing Classes:
InjectedInitialization, RandomInitialization

public interface Initialization

Interface for an initialization routine. Initialization routines generate the initial population used by an algorithm.


Method Summary
 Solution[] initialize()
          Returns an array of solutions to become the initial population.
 

Method Detail

initialize

Solution[] initialize()
Returns an array of solutions to become the initial population.

Returns:
an array of solutions to become the initial population

MOEA Framework 2.5
API Specification

Copyright 2009-2015 MOEA Framework. All rights reserved.
Licensed under the GNU Lesser General Public License.
Return to the MOEA Framework homepage. Hosted by Get MOEA Framework at SourceForge.net. Fast, secure and Free Open Source software downloads