Class TsvLogger

java.lang.Object
org.opt4j.core.common.logger.AbstractLogger
org.opt4j.core.common.logger.TsvLogger
All Implemented Interfaces:
Logger, IndividualStateListener, OptimizerIterationListener, OptimizerStateListener

public class TsvLogger extends AbstractLogger implements Logger
The TsvLogger writes all Individuals from the Archive to the specified file. It can be configured to write the data each iterationStep iterations or each evaluationStep evaluations. The file format is TSV (tab separated values), according to the Definition of tab-separated-values (tsv) by IANA. An infeasible Objective is printed as INFEASIBLE.
See Also: