Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hydroPSO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Senoner Samuel
hydroPSO
Graph
c5ac1118764d6b650737bda4d8a1dfc43ed0f9ef
Select Git revision
Branches
2
debug
master
default
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Jul
18
12
4
1
30
Jun
27
24
9
May
29
Jan
3
Dec
2
Feb
29
Jan
21
17
Apr
11
9
8
Feb
27
Dec
22
Oct
27
Sep
27
Aug
4
Jun
3
29
May
28
20
17
16
13
10
9
7
3
27
Feb
22
21
13
1
30
Jan
19
Dec
14
10
6
3
29
Nov
28
27
26
25
23
22
21
20
19
15
12
9
8
7
6
31
Oct
29
28
26
25
22
17
15
29
Sep
28
27
26
25
24
23
22
21
20
19
17
14
3
Jul
29
Jun
28
25
15
14
13
12
11
11
May
2
13
Apr
12
11
1
verbose doesnt exist yet, just message it out
debug
debug
verbose doesn't exist yet, give output anyway
master
master
smaller environment if fn as string, need to load par.pkgs,
no conversion from string to real function, no check if it can be loaded...
right ident and using parameters, not hard coded library
no need to hardcode function, should work as string
load library also for mpi
let's try not to pass the real function to hydropso, to have a smaller environment
snow calls fun lower-case?
explicit usage of snow package
profiling snow function
removing explicit parallel call
added some time prints for profiling
used mpi commands only if mpi is loaded
ouch, it is case sensitive....
first dirty implementation of mpi
Issue #3. hydroPSO now is able to correctly apply the 'method=wfips' when 'topology=random'
NEWS: minor correction (adding cjzilverberg as contributor to identify the problem with 1D functions)
hydroPSO: is now able to optimise 1D functions
minor bug fixed. Thanks to Aaron Jones. This bug might have triggered when the user provided more than 1 parameter set as a first guess for the optimal solution
observations (in 'obs' or 'Observations.txt') are allowed to be of class ('Date', 'POSIXct', 'POSIXt'), not only 'Date' as before this enhancement
updated
CRAN website removed from URL filed in DESCRIPTION file
CITATION file modified to allow working without package installed (following CRAN request). DOI field added to CITATION.
Create README.md
'Additional_repositories' added to DESCRIPTION
New field 'Additional_repositories' in the DESCRIPTION file, and minor modifications to the 'Description' field
last change before submitting to CRAN a couple of days ago
lhoat: testing 'print' command removed
final changes to NEWS and DESCRIPTION before CRAN
several changes described in NEWS file
'lhoat' now works ok on Windows machine ('parallel='parallelWin') R CMD check --as-cran hydroPSO_0.3-3-5.tar.gz
'lhoat'now works correctly when 'parallel' is in c('multicore', 'parallelWin') AND 'write2disk=FALSE'
updated NEWS file. The 'Dimension' field is now correctly written into the 'PSO_logfile.txt' when 'parallel!=none'
updated DESCRIPTION file
fixed error: 'Error in Thetas * (UPPER.ini - LOWER.ini) : non-conformable arrays'
fixed typo in documentation of 'plot_params'
fixed typo in documentation of 'plot_particles'
fixed typo in documentation of 'plot_results'
'wquantile': fixed error triggered when 'verbose=FALSE'
Loading