Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
GoalSelectorWeighted.h File Reference

The definition of the weighted random goal selector. More...

#include "CoreConfig.h"
#include "fsmCommon.h"
#include "GoalSelectors/GoalSelectorSet.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::WeightedGoalSelector
 The weighted goal selector selects a goal from a goal set with weighted probability (i.e., it uses the user-specified goal weights). More...
 
class  Menge::BFSM::WeightedGoalSelectorFactory
 Factory for the WeightedGoalSelector. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Detailed Description

The definition of the weighted random goal selector.