|
LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Inherits NetBuilder::Task::Task.
Public Member Functions | |
| Eval (std::unique_ptr< AbstractDigitalNet > net, std::unique_ptr< FigureOfMerit::FigureOfMerit > figure, int verbose=0) | |
| Eval (Eval &&)=default | |
| Dimension | dimension () const |
| Returns the dimension. | |
| unsigned int | nRows () |
| unsigned int | nCols () |
| const AbstractDigitalNet & | net () const |
| Returns the best net found by the search task. | |
| virtual std::string | outputNet (OutputStyle outputStyle, unsigned int interlacingFactor) const |
| Returns the best net found by the search task. | |
| virtual std::string | format () const |
| Returns information about the task. | |
| Real | meritValue () const |
| Returns the best merit value found by the search task. | |
| virtual Real | outputMeritValue () const |
| Returns the best merit value found by the search task. | |
| const FigureOfMerit::FigureOfMerit & | figureOfMerit () const |
| virtual void | execute () |
| Executes the search task. | |
| virtual void | reset () |
| Resets the task. | |
| virtual void | reset (std::unique_ptr< AbstractDigitalNet > net) |
|
inlinevirtual |
Executes the search task.
The best net and merit value are set in the process.
Implements NetBuilder::Task::Task.
|
inlinevirtual |
|
inlinevirtual |
Returns the best merit value found by the search task.
Implements NetBuilder::Task::Task.
References meritValue().
|
inlinevirtual |
Returns the best net found by the search task.
Implements NetBuilder::Task::Task.
References NetBuilder::AbstractDigitalNet::format(), and net().
|
inlinevirtual |
Resets the task.
Implements NetBuilder::Task::Task.