add some abstract classes
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@492 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
afa6195c6a
commit
c44b212ee6
4 changed files with 252 additions and 180 deletions
|
|
@ -0,0 +1,24 @@
|
|||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// moeoBinaryIndicatorBasedFitnessAssignment.h
|
||||
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007
|
||||
/*
|
||||
This library...
|
||||
|
||||
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr
|
||||
*/
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef MOEOBINARYINDICATORBASEDFITNESSASSIGNMENT_H_
|
||||
#define MOEOBINARYINDICATORBASEDFITNESSASSIGNMENT_H_
|
||||
|
||||
#include <fitness/moeoIndicatorBasedFitnessAssignment.h>
|
||||
|
||||
/**
|
||||
* moeoIndicatorBasedFitnessAssignment for binary indicators.
|
||||
*/
|
||||
template < class MOEOT >
|
||||
class moeoBinaryIndicatorBasedFitnessAssignment : public moeoIndicatorBasedFitnessAssignment < MOEOT > {};
|
||||
|
||||
#endif /*MOEOINDICATORBASEDFITNESSASSIGNMENT_H_*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue