Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
batmen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sepia-pub
mael
batmen
Commits
0c87256b
Commit
0c87256b
authored
1 year ago
by
Maël Madon
Browse files
Options
Downloads
Patches
Plain Diff
fill in the file src/users/user_description_file_template.json for documentation, issue
#18
parent
01739471
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!21
issue17,18,21_new
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/users/user_description_file_template.json
+40
-10
40 additions, 10 deletions
src/users/user_description_file_template.json
with
40 additions
and
10 deletions
src/users/user_description_file_template.json
+
40
−
10
View file @
0c87256b
{
"core_limit_per_user"
:
100
,
//
optional
,
default:
infinite
"dm_window"
:
[
2764800
,
3110400
],
//
if
there
are
'dm_'
users
//
For
DMUsers;
"dm_window"
:
[
2764800
,
3110400
],
"log_user_stats"
:
true
,
"log_folder"
:
"/home/mael/ownCloud/workspace/exp_batsim/out/demand_response/DMDegrad_may1_2_3"
,
//
For
DMUserMultiBEhavior:
"seed"
:
-3
,
"red_windows"
:
[[
200000
,
300000
],
[
400000
,
450000
]],
//
either
red
or
yellow
must
be
defined
"yellow_windows"
:
[[
5000
,
10000
]],
//
must
not
overlap
with
red_window
"users"
:
[
{
"name"
:
"
bob
"
,
"category"
:
"
routine_greedy
"
,
"name"
:
"
alice
"
,
"category"
:
"
dicho_intersubmission_time
"
,
"param"
:
{
"first_sumbit"
:
0
,
"end_submit"
:
10000
,
"delay_between_sumbit"
:
1000
,
"initial_nb_job"
:
2
"initial_delay"
:
1000
}
},
{
"name"
:
"
alice
"
,
"category"
:
"
dicho_intersubmission_time
"
,
"name"
:
"
bob
"
,
"category"
:
"
routine_greedy
"
,
"param"
:
{
"first_sumbit"
:
0
,
"end_submit"
:
10000
,
"initial_delay"
:
1000
"delay_between_sumbit"
:
1000
,
"initial_nb_job"
:
2
}
},
{
...
...
@@ -79,10 +85,34 @@
}
},
{
"name"
:
"jolene"
,
"name"
:
"jolyne"
,
"category"
:
"dm_user_multi_behavior"
,
"param"
:
{
"input_json"
:
"jolyne.json"
,
"red_prob_rigid_multi_core"
:
0.2
,
"red_prob_degrad_multi_core"
:
0.2
,
"red_prob_reconfig_multi_core"
:
0.2
,
"red_prob_renonce_multi_core"
:
0.2
,
"red_prob_see_you_later_multi_core"
:
0.0
,
"red_prob_rigid_mono_core"
:
0.25
,
"red_prob_degrad_mono_core"
:
0.25
,
"red_prob_renonce_mono_core"
:
0.25
,
"red_prob_see_you_later_mono_core"
:
0.25
,
"yellow_prob_degrad_multi_core"
:
0.3
,
"yellow_prob_reconfig_multi_core"
:
0.3
,
"yellow_prob_rigid_multi_core"
:
0.3
,
"yellow_prob_degrad_mono_core"
:
0.5
,
"yellow_prob_rigid_mono_core"
:
0.5
}
},
{
"name"
:
"kalvin"
,
"category"
:
"feedback_user_think_time_only"
,
"param"
:
{
"input_json"
:
"
jolene
.json"
"input_json"
:
"
kalvin
.json"
}
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment