public class ParetoTest
extends java.lang.Object
Constructor and Description |
---|
ParetoTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
process(java.lang.String dir)
Simple method to compare if the algorithm for calculating the Pareto-bids
in the BidSpace class returns the right results.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- are ignored.java.lang.Exception
- may occur if there are problems reading files.public static void process(java.lang.String dir) throws java.lang.Exception
dir
- in which Genius is installedjava.lang.Exception
- when an error occurs on parsing the files.