rem_area.cpp
Go to the documentation of this file.
1 //=============================================================================
2 // Copyright (C) 2021-2024 Wageningen University - All Rights Reserved
3 // Author: Gonzalo Mier
4 // BSD-3 License
5 //=============================================================================
6 
8 
9 namespace f2c::obj {
10 
11 bool RemArea::isMinimizing() const {
12  return false;
13 }
14 
15 } // namespace f2c::obj
16 
f2c::obj::RemArea::isMinimizing
bool isMinimizing(void) const override
Return true if the objective is to minimize the cost function.
Definition: rem_area.cpp:11
f2c::obj
Objective algorithms' namespace.
Definition: base_objective.h:14
rem_area.h


fields2cover
Author(s):
autogenerated on Fri Apr 25 2025 02:18:31