Click or drag to resize

cMPARandomSearch Class

[Missing <summary> documentation for "T:EwECore.cMPARandomSearch"]

Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cMPARandomSearch : cMPAOptBaseClass

The cMPARandomSearch type exposes the following members.

Constructors
  NameDescription
Public methodcMPARandomSearch
Initializes a new instance of the cMPARandomSearch class
Top
Properties
Methods
  NameDescription
Protected methodcalcImportanceLayersCoverageInRun
Protected methodCalculateAreaOverBondaryLength (Inherited from cMPAOptBaseClass.)
Protected methodCalculateCellWeightings
Protected methodCellsNotMPA (Inherited from cMPAOptBaseClass.)
Protected methodcleanUp (Inherited from cMPAOptBaseClass.)
Public methodclearMPAs (Inherited from cMPAOptBaseClass.)
Public methodclearSeedCells (Inherited from cMPAOptBaseClass.)
Public methodConfigureAutosave (Inherited from cMPAOptBaseClass.)
Public methodConnect (Inherited from cMPAOptBaseClass.)
Protected methoddumpSearchValues (Inherited from cMPAOptBaseClass.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodfireOnIteration (Inherited from cMPAOptBaseClass.)
Protected methodgetBaseValues (Inherited from cMPAOptBaseClass.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit (Inherited from cMPAOptBaseClass.)
Protected methodInitIsMPA (Inherited from cMPAOptBaseClass.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRedimSeedVariables (Inherited from cMPAOptBaseClass.)
Protected methodRestoreEcospaceState (Inherited from cMPAOptBaseClass.)
Public methodRun (Overrides cMPAOptBaseClassRun.)
Public methodRunState
Returns the current run state of the MPA search.
(Inherited from cMPAOptBaseClass.)
Protected methodSendMessage (Inherited from cMPAOptBaseClass.)
Public methodsetAllCellsToMPA (Inherited from cMPAOptBaseClass.)
Public methodsetAllCellsToSeed (Inherited from cMPAOptBaseClass.)
Protected methodsetRunState (Inherited from cMPAOptBaseClass.)
Protected methodsortLayersByCellWeight
Public methodStopRun (Inherited from cMPAOptBaseClass.)
Protected methodStoreEcospaceState (Inherited from cMPAOptBaseClass.)
Protected methodStoreObjectiveFunctionResults
Store the best row and col for this search interation
(Inherited from cMPAOptBaseClass.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWriteError(Exception) (Inherited from cMPAOptBaseClass.)
Protected methodWriteError(String) (Inherited from cMPAOptBaseClass.)
Protected methodWriteError(String, Exception) (Inherited from cMPAOptBaseClass.)
Protected methodWriteOutputData
Write the objective function values to file
(Inherited from cMPAOptBaseClass.)
Protected methodWriteOutputFileHeader
Write header information to an output writer.
(Inherited from cMPAOptBaseClass.)
Public methodYearTimeStep
Public interfaced called by Ecospace at the start of each Year
(Inherited from cMPAOptBaseClass.)
Top
Fields
  NameDescription
Protected fieldAreaBoundary (Inherited from cMPAOptBaseClass.)
Protected fieldAreaBoundBase (Inherited from cMPAOptBaseClass.)
Protected fieldBlastseed (Inherited from cMPAOptBaseClass.)
Protected fieldBOrig (Inherited from cMPAOptBaseClass.)
Protected fieldCellCount (Inherited from cMPAOptBaseClass.)
Protected fieldCumulativeCellWeight (Inherited from cMPAOptBaseClass.)
Protected fieldDiversityBase (Inherited from cMPAOptBaseClass.)
Protected fieldEcoSeedOn (Inherited from cMPAOptBaseClass.)
Protected fieldEcoValueBase (Inherited from cMPAOptBaseClass.)
Protected fieldEmployBase (Inherited from cMPAOptBaseClass.)
Protected fieldFOrig (Inherited from cMPAOptBaseClass.)
Protected fieldIsMPA
MPA lookup
(Inherited from cMPAOptBaseClass.)
Protected fieldm_bAutosaveResults
Flag, stating whether autosave is enabled.
(Inherited from cMPAOptBaseClass.)
Protected fieldm_bRunning (Inherited from cMPAOptBaseClass.)
Protected fieldm_cellComputedCallback (Inherited from cMPAOptBaseClass.)
Protected fieldm_data (Inherited from cMPAOptBaseClass.)
Protected fieldm_EcoSpace (Inherited from cMPAOptBaseClass.)
Protected fieldm_esStartTime (Inherited from cMPAOptBaseClass.)
Protected fieldm_lstObjectiveResults (Inherited from cMPAOptBaseClass.)
Protected fieldm_nIters (Inherited from cMPAOptBaseClass.)
Protected fieldm_OutputFilename
Auto-save file name.
(Inherited from cMPAOptBaseClass.)
Protected fieldm_runstate (Inherited from cMPAOptBaseClass.)
Protected fieldm_search (Inherited from cMPAOptBaseClass.)
Protected fieldm_SendMessageDelegate (Inherited from cMPAOptBaseClass.)
Protected fieldm_StateCallback (Inherited from cMPAOptBaseClass.)
Protected fieldm_strHeader
Auto-save file header.
(Inherited from cMPAOptBaseClass.)
Protected fieldm_strOutputPath
Auto-save folder.
(Inherited from cMPAOptBaseClass.)
Protected fieldManValueBase (Inherited from cMPAOptBaseClass.)
Public fieldStoreBtimeForEcoSeed (Inherited from cMPAOptBaseClass.)
Protected fieldTargetSumMax (Inherited from cMPAOptBaseClass.)
Protected fieldTotValBase (Inherited from cMPAOptBaseClass.)
Protected fieldTotWeightedValueBase (Inherited from cMPAOptBaseClass.)
Protected fieldWOrig (Inherited from cMPAOptBaseClass.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also