Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
b9f320b2
Commit
b9f320b2
authored
Aug 01, 2018
by
Stefan Schuhbaeck
Browse files
add deprecation annotation to AttributesCGM
parent
065e0bab
Changes
1
Show whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/models/AttributesCGM.java
View file @
b9f320b2
...
...
@@ -11,6 +11,12 @@ public class AttributesCGM extends Attributes {
private
double
groupMemberRepulsionFactor
=
0.01
;
private
double
leaderAttractionFactor
=
0.003
;
/**
* moved to org.vadere.state.attributes.scenario.AttributeSource class to allow
* different groupDistributions for each source
*/
@Deprecated
()
private
List
<
Double
>
groupSizeDistribution
=
Arrays
.
asList
(
0.0
,
0.0
,
1.0
);
public
double
getGroupMemberRepulsionFactor
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment