Uses of Interface
microsim.alignment.multiple.AlignmentMultiProbabilityClosure
-
Uses of AlignmentMultiProbabilityClosure in microsim.alignment.multiple
Modifier and TypeMethodDescriptionfinal void
LogitScalingAlignment.align
(@NonNull Collection<T> agents, @Nullable org.apache.commons.collections4.Predicate<T> filter, @NonNull AlignmentMultiProbabilityClosure<T> closure, double @NonNull [] targetProbabilityDistribution) General alignment procedure, it adjusts probabilities using all the provided parameters until the algorithm reaches the target precision/number of iterations.