Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
PWA
Pawian
Graph
a207e4b9b5a3b40d30f81e6b74ff08cb4b5fec43
Select Git revision
Branches
7
13-add-ascii-file-header-functionality
KMatrixBranch
VecTo3PS
autodiffBranch
codiPackBranch
master
default
nils
Tags
5
V03-00-00rel1
V02-00-00
V01-00-00
V00-00-01
V00-00-00
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Jun
10
Apr
24
Mar
12
Feb
11
7
20
Jan
15
20
Dec
16
10
15
Nov
31
Oct
15
8
28
Sep
23
20
19
18
5
4
3
30
Aug
29
27
16
13
6
28
Jun
26
14
6
5
15
May
7
25
Apr
24
22
19
18
16
11
7
Mar
6
5
2
17
Jan
16
12
21
Dec
12
8
7
30
Nov
27
24
28
Sep
1
31
Aug
30
29
25
24
21
17
10
9
8
19
Jul
22
Jun
21
24
Mar
23
22
9
3
24
Feb
17
16
15
13
10
9
8
3
1
31
Jan
30
27
26
16
21
Dec
20
15
13
9
8
5
2
29
Nov
28
24
21
17
16
19
Oct
11
6
22
Aug
13
12
11
10
13
Jul
7
10
May
25
Apr
3
Mar
1
28
Feb
27
25
22
20
19
17
15
9
15
Jan
7
23
Dec
22
15
14
13
12
11
1
18
Nov
17
16
13
Oct
11
21
Sep
12
27
Jul
22
21
20
8
20
Jun
25
May
14
18
Mar
17
2
5
Feb
3
1
28
Jan
27
26
20
19
9
8
21
Dec
20
9
8
4
9
Nov
8
3
30
Oct
29
22
21
20
17
16
14
13
12
9
3
Sep
27
Aug
24
22
19
13
12
21
Jul
16
14
11
10
9
8
7
4
29
Jun
27
May
26
14
12
10
9
8
7
1
30
Apr
29
28
24
23
18
17
14
13
9
2
24
Mar
16
28
Feb
27
25
20
17
14
12
6
4
31
Jan
30
24
22
21
20
16
3
20
Dec
19
10
5
29
Nov
23
21
20
19
18
7
6
31
Oct
5
Sep
3
2
30
Aug
21
8
7
6
5
18
Jul
12
16
May
15
14
10
7
23
Apr
18
16
10
9
3
21
Feb
13
5
15
Jan
20
Dec
30
Nov
12
8
16
Oct
14
8
18
Sep
16
14
12
7
6
5
29
Aug
28
27
24
17
16
15
1
24
Jul
13
Jun
6
28
May
23
17
9
26
Apr
23
13
9
23
Mar
22
15
22
Feb
23
Jan
18
17
14
5
21
Dec
20
11
6
27
Nov
23
20
15
9
8
6
27
Oct
13
6
4
2
26
Sep
6
25
Aug
23
22
21
18
17
11
10
9
8
7
4
3
2
1
31
Jul
28
26
25
21
12
4
27
Jun
22
22
May
18
4
26
Apr
21
19
13
12
6
4
29
Mar
24
10
28
Feb
24
23
21
8
7
6
3
27
Jan
20
16
6
5
4
22
Dec
21
20
16
15
14
13
16
Nov
15
12
added boundaries to strategy 2 fit
master
master
added mathematica scripts for calculation Chew-Mandelstam LUTs for unstable decay particles
some changes needed for PhaseSpaceIsobarLUT
added fit to the pipi-scattering phase for the sigma-parametrization
bug fix in calculations of BW barrier factors for L>=9
added option to release parameters of the sigma parametrization from Bugg
added dynamics for sigma parametrization
added fit wit scattering data for |T| and phi(T) (in addition to delta(T)
added one specific parametrization for the sigma pole
added SetEnv_rub_mn2standalone.csh to use extracted minuit2 standalone library from root 6.33, the environment variable MINUIT2_STANDALONE is now used in Jamroot_rub_AL9_mn2standalone to link to this minuit2 lib to pawian
HAAAANDS
codiPackBranch
codiPackBranch
I have HANDS
chi square stop added
minor modifications for calculating the 4-vectors of mother mother reference system in the decay levels >=3
bugfix in PwaUtils/FVectorIntensityDynamics, fixed false phsp factor calculation; added keep_alive to acceptor in NetworkServer; minor changes in SetEnv_rub_mn2standalone.bash script
added gradient clipping and adaptive learning rate to Adam
added more meta parameters
SetEnv_rub_mn2standalone.bash: added option to set a new pawian env (removing/overwriting existing env) and removed usage of already sourced root (need to source same root version from compilation to avoid crashed, so now will allways source root specified in user var ROOT_DIR)
Added Jamroot_rub_AL9_mn2standalone to support new minuit2 extracted from root as standalone package, since there are no other external packages the env variable is renamed from extern to MINUIT2_STANDALONE (the subdirs in minuit2 have changed compared to old version, now need to include <Minuit2Path>/include/Minuit2 instead of just <Minuit2Path>/include in Jamfile); Added a new bash script SetEnv_rub_mn2standalone.bash to setup pawian with new minuit2 version, its not needed to run the script inside the pawian directory and it will also check if another pawian is already loaded (checks if TOP_DIR exists), if root is already sourced this step will be skipped (else load root defined in script) and appends/prepends the LD_LIBARAY_PATH and PATH safe; MODIFIED NETWORK CLIENT AND SERVERgit add SetEnv_rub_mn2standalone.bash -! Modified the network client and server to keep the connections and not permanently close and reconnect, this should prevent that there are thousands of tcp connections blocking ports in TIME_WAIT status. With the open connections there was an issue with the heartbeat, that was sendet from a second client stream to the server, so the heartbeat is completely removed for now (all changes are marked with comments in the code)
changed criterion for double equality
minor fix in AppBase::fitNonServerMode
added option to minimize w/ Adam algorithm; added setenv-script for using MINUIT2 standalone version from ROOT
added pwa mode serverGradientNumSlow for a more accurate calculations of the gradients
added option for parsing scaling factor for numerical calculations
Made adam minuit numerical comparisons
added option to start fits with covariance matrix
modified stepsize for numerical calculations in PwaFcnBase.cc
splitting more templates
Abbruchbedingung eingefügt, falls bei der chi2-Berechnung Nan Werte herauskommen
KMatrixBranch
KMatrixBranch
added minimization with numerical gradient calculation; changed WignerD calculation for multipole amplitudes
LogFiles nicht mehr im Repo
KMatrixBranch
Hessian calculation working
AdamCodi Inheritance working
added caching for numerical derivation in test app MinuitFitAllApp
Workingon Adam
minor fix for the consideration of electric charge in AbsDecay.cc
changed _decProjectionIndex to _projectionCompareIndex of evalPhaseCompare method in FVectorCompareDynamics.cc and added determination of _projectionCompareIndex to FVectorComapreDynamics constructor
Edited Adam
Edited Adam
Loading