public class GAGridFunction extends Object
Constructor and Description |
---|
GAGridFunction() |
Modifier and Type | Method and Description |
---|---|
static org.gridgain.internal.h2.tools.SimpleResultSet |
getSolutionById(int key)
Retrieve and individual solution by Chromosome key.
|
static org.gridgain.internal.h2.tools.SimpleResultSet |
getSolutionsAsc()
Retrieve solutions in ascending order based on fitness score.
|
static org.gridgain.internal.h2.tools.SimpleResultSet |
getSolutionsDesc()
Retrieve solutions in descending order based on fitness score.
|
@QuerySqlFunction public static org.gridgain.internal.h2.tools.SimpleResultSet getSolutionsDesc()
SQLException
- If failed.@QuerySqlFunction public static org.gridgain.internal.h2.tools.SimpleResultSet getSolutionsAsc() throws SQLException
SQLException
- If failed.@QuerySqlFunction public static org.gridgain.internal.h2.tools.SimpleResultSet getSolutionById(int key) throws SQLException
key
- Primary key of Chromosome.SQLException
- If failed.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024