Class GlobalMatching<T>

java.lang.Object
microsim.matching.GlobalMatching<T>
Type Parameters:
T - agent type.

public class GlobalMatching<T> extends Object
MATCHING CLASS BASED ON THE ITERATIVE RANDOM MATCHING CLASS Whereas the IterativeRandomMatching class matches units in collection1 to those in collection2 in order of collection1 the current class evaluates all potential match combinations between collection1 and collection2 and proceeds to select matches from lowest to highest "score". The routine is consequently agnostic concerning the order of each collection.