Go to the documentation of this file.
16 #ifndef INCLUDED_core_optimization_ParticleSwarmMinimizer_hh
17 #define INCLUDED_core_optimization_ParticleSwarmMinimizer_hh
20 #include <utility/pointer/ReferenceCount.hh>
25 #include <utility/vector1.hh>
29 namespace optimization {
86 if(
p_.size() < minsize )
p_.resize(minsize);
88 if(
v_.size() < s )
v_.resize(s);
170 #endif // INCLUDED_core_optimization_ParticleSwarmMinimizer_HH