July 2021 Commit Log

Number of Commits:
26
Number of Active Developers:
3
aru047 2021-07-22 14:42 Rev.: 11321

a small correction

13 lines of code changed in 1 file:

aru047 2021-07-22 14:33 Rev.: 11320

Added fitness scoes for males and females

78 lines of code changed in 4 files:

sbu062 2021-07-11 11:14 Rev.: 11319

propagated r11318 to all submodels: move all csv output data to a subdir to avoid overwriting after each batch simulation

56 lines of code changed in 7 files:

sbu062 2021-07-11 11:01 Rev.: 11318

move all csv output data to a subdir to avoid overwriting after each batch simulation

8 lines of code changed in 1 file:

sbu062 2021-07-10 06:46 Rev.: 11317

makefile rename main log `output_model_debug_MAIN.log` to batch unit to save after each patrial simulation
**Note:** dashed `-$(MV)` and make macro for basename `$(basename xxx)` wouldn't work, use standard shell constructions

8 lines of code changed in 8 files:

sbu062 2021-07-09 12:31 Rev.: 11316

user html tags for text in Teams webhook

1 lines of code changed in 1 file:

sbu062 2021-07-09 11:57 Rev.: 11315

teams webhook, new uri link

1 lines of code changed in 1 file:

sbu062 2021-07-09 11:46 Rev.: 11314

disable xmpp notification channel

1 lines of code changed in 1 file:

sbu062 2021-07-09 11:42 Rev.: 11313

added comments to Teams hook: incoming webhook

3 lines of code changed in 1 file:

sbu062 2021-07-09 11:34 Rev.: 11312

added notification to Teams

5 lines of code changed in 1 file:

sbu062 2021-07-09 11:08 Rev.: 11311

add author and log mesage to notification hook

5 lines of code changed in 1 file:

sbu062 2021-07-09 10:47 Rev.: 11310

merged r11308: adapt makefile for batch run with genome data in `gdata` propagating to `genomes_DATA_IMPORT.csv`

0 lines of code changed in 14 files:

sbu062 2021-07-09 10:17 Rev.: 11309

added post-commit hooks to svn

66 lines of code changed in 1 file:

sbu062 2021-07-09 09:28 Rev.: 11308

adapt makefile for batch run with genome data in `gdata` propagating to `genomes_DATA_IMPORT.csv`

0 lines of code changed in 2 files:

sbu062 2021-07-09 07:00 Rev.: 11306

load genomes from csv data
patch: `zz-evo-readgen.patch`
{{{
Index: m_evolut.f90
===================================================================
--- m_evolut.f90 (revision 11202)
+++ m_evolut.f90 (working copy)
@@ -541,6 +541,7 @@
!> # Preliminary steps #
!> `Global_Generation_Number_Current` is the global generation number.
!! It is first initialised to **1**.
+ logical :: gen_file_read_success ! load file read success flag
Global_Generation_Number_Current = 1

!> commondata::Global_Rescale_Maximum_Motivation is the global maximum
@@ -583,8 +584,20 @@

!> - Initialise the whole `generation_one` of the agents,
!! commondata::popsize is the size of the population.
- call generation_one%init(POPSIZE)
+ !call generation_one%init(POPSIZE)

+ ! NOTE: genomes are loaded from pre-crash data,
+ ! Global generation set to 39 line 546
+ call generation_one%load_genomes_csv( POPSIZE, &
+ pop_name_here="LOADED__EXP", &
+ csv_file_name="genomes_DATA_IMPORT.csv", &
+ is_success=gen_file_read_success, missing_random=.TRUE. )
+
+ call LOG_MSG( LTAG_INFO // "Load genome file success: " // &
+ TOSTR(gen_file_read_success) )
+ if ( .not. gen_file_read_success ) &
+ call system_halt(is_error=.TRUE., message="Cannot read genome data" )
+
!> - Also initialise the `generation_two`, that will then take parents'
!! values.
!! .
}}}

0 lines of code changed in 16 files:

sbu062 2021-07-09 06:42 Rev.: 11305

avoid cleanup of dead agents to save all date
patch: `patch-nocleanup-agents-die-indiv-neuro.patch` (use `svn patch`)

0 lines of code changed in 32 files:

sbu062 2021-07-09 06:38 Rev.: 11304

adapted for one-generation experiment
patch: `zz-com-one-gener.patch`

0 lines of code changed in 16 files:

sbu062 2021-07-09 06:30 Rev.: 11302

R data update

47 lines of code changed in 2 files:

sbu062 2021-07-07 18:05 Rev.: 11301

f90 to python conversion module

1219 lines of code changed in 7 files:

nfijg 2021-07-05 19:29 Rev.: 11300

added 2 parameters

26 lines of code changed in 2 files:

nfijg 2021-07-05 13:13 Rev.: 11299

removed max 2 GOS as purpose, prepared for timewindow as purpose=2

111 lines of code changed in 1 file:

nfijg 2021-07-05 11:41 Rev.: 11298

88 lines of code changed in 1 file:

nfijg 2021-07-05 11:39 Rev.: 11297

changed parameter file name

141 lines of code changed in 4 files:

sbu062 2021-07-03 08:45 Rev.: 11296

added matlab2fortran
git repo version 54a1890b2a0067e74586b53f298a63c9108c9930
clone: https://github.com/ebranlard/matlab2fortran.git

4228 lines of code changed in 42 files:

sbu062 2021-07-02 16:04 Rev.: 11295

doc: info on environment variables

33 lines of code changed in 2 files:

sbu062 2021-07-02 07:14 Rev.: 11294

updated for Nabil IKT project 2021
> From: Nabil Belbachir <nabe@norceresearch.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>, Sergey Budaev <sbudaev@gmail.com>
> Subject: Your updated CV for Predict
> Date: Thu, 1 Jul 2021 20:42:38 +0000
>
> Hi Sergei,
> Can you please send me your updated CV for the submission of PREDICT by tomorrow?
>
> Best,
> Nabil
> T: +47 40 10 81 37

0 lines of code changed in 2 files:

June 2021 »

Generated by StatSVN 0.7.0