- Direct Known Subclasses:
- SMACWrapper, SubProcessWrapper
public class Wrapper
extends java.lang.Object
Generic class that gets called from an SMBO method, completes the evaluation, and returns the result back up to the SMBO method.
The command line arguments for these wrappers consist of two portions, a number of options that specify seeds/properties that relate to the wrapper itself,
followed by the -wrapper argument. Depending on the SMBO method, this is where you specify the datasetString that you want to pass off to the InstanceGenerator,
along with any other options that are required. The remainder of the arguments after the sub classes have processed the -wrapper are going to be passed off to the classifier
runner for evaluation.
There are a number of 'events' that occur during the run of a wrapper - if you need to do something special here you should just be able to override these and inject the correct
behaviour as needed