public class JMHSample_25_API_GA
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JMHSample_25_API_GA.Chromosome
Chromosome: encodes solution.
|
static class |
JMHSample_25_API_GA.Population
Population.
|
Modifier and Type | Field and Description |
---|---|
private int |
v
This example shows the rather convoluted, but fun way to exploit
JMH API in complex scenarios.
|
Constructor and Description |
---|
JMHSample_25_API_GA() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
int |
test() |
int |
veryImportantCode(int d,
int v) |
private int v
public int test()
public int veryImportantCode(int d, int v)
public static void main(java.lang.String[] args) throws RunnerException
RunnerException