Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
MolDyn
lib4neuro
Graph
d38498584c842e9310c2db5ac43968c02099a84f
Select Git revision
Branches
1
master
default
Tags
2
VERSION_2019.4.1
VERSION_2019.3.1
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Feb
9
4
3
2
31
Jan
30
25
23
22
21
18
17
15
10
9
8
7
6
3
30
Dec
29
20
18
26
Nov
25
22
21
16
15
14
11
7
2
31
Oct
19
8
4
26
Sep
21
20
19
18
17
15
14
13
12
11
10
9
8
7
6
5
4
3
2
31
Aug
30
25
24
23
22
21
20
17
16
14
13
12
11
10
9
8
NEW: Added Armadillo external dependency
Every learning method now inherits from the abstract class LearningMethod, instead from the interface ILearningMethod.
Every learning method now inherits from the abstract class LearningMethod, instead from the interface ILearningMethod.
CMake version >=11.0 is now needed, because of FetchContent.
CMake version >=11.0 is now needed, because of FetchContent.
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Added WinAPI Boost lib when downloading Boost on Windows.
FIX: Added WinAPI Boost lib when downloading Boost on Windows.
Merge branch 'new-build' of code.it4i.cz:bes0030/4Neuro into new-build
Merge branch 'new-build' of code.it4i.cz:bes0030/4Neuro into new-build
Unit-test build allowed
Unit-test build allowed
Merge branch 'dev' into new-build
Merge branch 'dev' into new-build
FIX: Fixed missing return statements from MSE class methods.
FIX: Fixed missing return statements from MSE class methods.
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
FIX: Trying to fix compilation on Windows
TMP: Unit-tests are not compiling now.
TMP: Unit-tests are not compiling now.
NEW: Mock class for ErrorFunction was separated into its own header.
NEW: Mock class for ErrorFunction was separated into its own header.
ENH: Mock definition of ErrorFunction class was moved to the separate header ErrorFunctionMock.h
ENH: Mock definition of ErrorFunction class was moved to the separate header ErrorFunctionMock.h
FIX: Fixed download of outer dependencies by CMake
FIX: Fixed download of outer dependencies by CMake
FIX: Fixing downloading dependencies by CMake
FIX: Fixing downloading dependencies by CMake
Merged with fixed MSE
Merged with fixed MSE
Default build performed by build.sh was changed to 'static'.
Default build performed by build.sh was changed to 'static'.
ENH + FIX: Fixed output problems of MSE evaluation and the data-set is not de-normalized anymore, when evaluating an error, thus the error can be evaluated multiple times (e.g. using different networks).
Loading