default value for kappa
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@340 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
7a82eabcdd
commit
19c01ce5a2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// moeoIndicatorBasedFitnessAssignment.h
|
// moeoIndicatorBasedFitnessAssignment.h
|
||||||
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007
|
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007
|
||||||
|
|
@ -38,7 +38,7 @@ public:
|
||||||
* @param _metric the quality indicator
|
* @param _metric the quality indicator
|
||||||
* @param _kappa the scaling factor
|
* @param _kappa the scaling factor
|
||||||
*/
|
*/
|
||||||
moeoIndicatorBasedFitnessAssignment(moeoNormalizedSolutionVsSolutionBinaryMetric < ObjectiveVector, double > & _metric, const double _kappa) : metric(_metric), kappa(_kappa)
|
moeoIndicatorBasedFitnessAssignment(moeoNormalizedSolutionVsSolutionBinaryMetric < ObjectiveVector, double > & _metric, const double _kappa = 0.05) : metric(_metric), kappa(_kappa)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue