Click or drag to resize

eSearchModes Enumeration

Enumerated type, indicating the different search and optimization modes.

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public enum eSearchModes
Members
  Member nameValueDescription
NotInSearch0Not in any kind of a search mode
InitializingSearch1A search of some type is initializing the data. All data will be initialized but the code will not go into specific search routines.
FitToTimeSeries2Fit to time series search is active.
FishingPolicy3Fishing policy search is active.
MonteCarlo4Monte Carlo is active.
MSE5MSE search is active.
SpatialOpt6Spatial optimization is active.
MSY7MSY search is active.
FMSY8FMSY search is active.
External9An external search is active, for instance triggered by a plug-in.
See Also