mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Add Sidon FAMM map example config
This commit is contained in:
parent
c2c1affbbd
commit
bf84f3f854
1 changed files with 11 additions and 0 deletions
11
shared-data/examples/famm_sidon_map.example.json
Normal file
11
shared-data/examples/famm_sidon_map.example.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"set": [1, 2, 5, 10, 16, 23],
|
||||
"candidate": 34,
|
||||
"capacity_N": 40,
|
||||
"weights": {
|
||||
"collision": 1.0,
|
||||
"scar": 1.5,
|
||||
"capacity_pressure": 0.2,
|
||||
"residual": 1.0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue