Objectives Class Reference

Abstract base class of problem-specific objective function definitions; must be derived to yield concrete objectives. More...

#include <Objectives.hpp>

Inheritance diagram for Objectives:
MlpObjectives

List of all members.

Public Member Functions

virtual size_t nobj () const =0
 Get number of objectives; up to the concrete classes to determine how this is done, exactly.
virtual string name (size_t ind) const
 Get a longer descriptive name for print-outs; default is 'objective N' where N is ind+1.
virtual string symbol (size_t ind) const
 Get a short-hand symbol; default is 'objN' where N is ind+1.

Detailed Description

Abstract base class of problem-specific objective function definitions; must be derived to yield concrete objectives.

Only the concrete classes can be able to describe a given problem.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Friends

Generated on 1 Sep 2016 for Momulper - Multiobjective MLP for Classification by  doxygen 1.6.1