JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.opt4j.core.problem
Interface Creator<G extends
Genotype
>
Type Parameters:
G
- the type of genotype that is created
public interface
Creator<G extends
Genotype
>
The
Creator
creates random
Genotype
s.
See Also:
Genotype
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
G
create
()
Creates a random
Genotype
.
Method Details
create
G
create
()
Creates a random
Genotype
.
Returns:
the created genotype