Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include <a_ocriteria.h>
Public Member Functions | |
a_ocriteria () | |
virtual double | f (const a_structure *f) const |
return an objective value used for optimization (can be the thrust for instance) (look at derived classes...) More... | |
a_ocriteria is used to compute a value from a a_structure data that can be used to optimize the structure. It has to be overriden to produce interesting results.
Definition at line 24 of file a_ocriteria.h.
|
inline |
Definition at line 27 of file a_ocriteria.h.
|
inlinevirtual |
return an objective value used for optimization (can be the thrust for instance) (look at derived classes...)
Reimplemented in a_ocriteria_H, a_ocriteria_exmax, and a_ocriteria_ex.
Definition at line 29 of file a_ocriteria.h.