Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fastcodeml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
phylo
fastcodeml
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
5471b672e9bac767dd61afb3da9962efe9ca6800
Select Git revision
Selected
5471b672e9bac767dd61afb3da9962efe9ca6800
Branches
6
master
default
protected
Lucas_optimizer
aggr
massive
master-eval
multi
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Nov
23
30
Oct
29
16
15
8
23
Jul
22
17
16
15
10
9
8
7
6
26
Jun
25
24
23
22
19
18
17
16
15
12
11
10
8
5
3
28
May
27
26
22
21
20
19
18
16
13
12
11
8
7
5
30
Apr
28
27
24
21
20
17
16
15
14
13
10
9
8
3
1
30
Mar
27
26
25
13
12
11
10
6
5
3
2
27
Feb
26
25
24
23
20
19
17
12
9
4
Sep
27
Jun
16
7
Apr
27
Mar
26
25
18
13
12
11
28
Feb
24
6
3
30
Jan
29
23
21
20
Dec
17
16
2
Jul
20
Jun
4
29
May
15
30
Apr
26
25
24
23
22
16
10
9
22
Feb
20
14
7
5
1
28
Jan
24
18
17
15
14
11
10
8
7
2
28
Dec
24
21
19
18
15
13
12
11
6
5
4
3
1
30
Nov
28
24
22
18
15
9
6
29
Oct
25
19
18
14
12
11
10
9
5
2
28
Sep
26
25
24
21
18
14
13
12
11
10
4
28
Aug
23
21
10
4
3
27
Jul
20
18
12
11
9
6
3
25
Jun
22
19
18
16
May
2
23
Apr
13
12
11
4
2
26
Mar
23
15
13
9
28
Feb
22
21
19
17
16
15
13
10
3
2
31
Jan
26
24
20
11
9
2
23
Dec
21
20
19
16
13
7
6
2
1
30
Nov
23
18
17
15
7
4
28
Oct
26
24
23
20
18
17
5
4
3
28
Sep
27
22
20
19
30
Aug
4
3
29
Jul
27
25
19
18
11
8
6
20
Jun
11
1
30
May
23
18
16
12
6
extend the ProbabilityMatrix to multiple foregrounds
treated issues:
corrected:
Merge branch 'master' of https://gitlab.isb-sib.ch/phylo/fastcodeml
remove extra tab in output for LnL0
clean.sh to clean after cmake
add fast_te: extract tree in fastcodeml format
ensure that aggregation isn't used with lapack
disable tree reuse (it's not clear how to use it with aggregation)
test
Parameter changed to const
Lucas_optimizer
Lucas_optimizer
Changed line ending
Documented the distributions extracted from Selectome
Removed a define in BootstrapRandom and cleaned the class
Added precisions about the Himmelbau termination criterion in the command line/comments in fast.cpp
Reduced range for few variables. Corrected initialization order for OptSQP class
Merged latest corrections from Lucas
Removed unneeded include files. Added missing initializations in few constructors
Merge branch 'master' of https://gitlab.isb-sib.ch/phylo/fastcodeml
Exclude .git directory in tarball creation script
fix fastcodeml output (may break BG/Q)
Cleaned the BootstrapRandom file by removing useless/unefficient methods.
Added more specific comments in BOXCQP
Cleaned the BOXCQP class by removing the old solver.
Removed useless #define
Added the argument option --himmelblau-termination, which is an optional stopping criterion based on the function redution AND parameter changes. This is available for SQP and all the nlopt optimizers.
Merged Lucas modifications and cleanup
Removed all the unneeded classes (experimental optimizers).
Removed unnnecessary #if in OptSQP
Cleaned the SQP class further, added const where needed, comment where needed
Limitted the memory consumption by dealocating the bootstrapper before optimizing
Cleaned OptSQP by removing the scaling option (useless, has no effects)
Changed the name of bootstrap 'evolutionary strategy' to 'genetic algorithm', which is more specific
Cleaned BOXCQP
Merge branch 'SQP_SR1' into Lucas
Cleaned messages OptSQP and BOXCQP. replaced error messages cout by cerr.
Added the possibility to use a gradient descent instead of the conjugate gradient (for testing purpose). Still bad convergence. Need to figure out how to restrict the solution to a smaller radius.
The negative curvatures create problems.
Debugged the SR1 code.
Coded the SPG and line search algorithms.
Loading