public class GAGridFunction extends Object
Constructor and Description |
---|
GAGridFunction() |
Modifier and Type | Method and Description |
---|---|
static org.h2.tools.SimpleResultSet |
getSolutionById(int key)
Retrieve and individual solution by Chromosome key.
|
static org.h2.tools.SimpleResultSet |
getSolutionsAsc()
Retrieve solutions in ascending order based on fitness score.
|
static org.h2.tools.SimpleResultSet |
getSolutionsDesc()
Retrieve solutions in descending order based on fitness score.
|
@QuerySqlFunction public static org.h2.tools.SimpleResultSet getSolutionsDesc()
SQLException
- If failed.@QuerySqlFunction public static org.h2.tools.SimpleResultSet getSolutionsAsc() throws SQLException
SQLException
- If failed.@QuerySqlFunction public static org.h2.tools.SimpleResultSet getSolutionById(int key) throws SQLException
key
- Primary key of Chromosome.SQLException
- If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019