add algo
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@356 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
534c9931f2
commit
345c1ca0e1
1 changed files with 22 additions and 0 deletions
22
branches/paradiseo-moeo-1.0/src/moeoAlgo.h
Normal file
22
branches/paradiseo-moeo-1.0/src/moeoAlgo.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// moeoAlgo.h
|
||||
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007
|
||||
/*
|
||||
This library...
|
||||
|
||||
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr
|
||||
*/
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef MOEOALGO_H_
|
||||
#define MOEOALGO_H_
|
||||
|
||||
/**
|
||||
* Abstract class for multi-objective algorithms.
|
||||
*/
|
||||
class moeoAlgo
|
||||
{};
|
||||
|
||||
#endif /*MOEOALGO_H_*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue