Activity for DEEP

  • KKozlov KKozlov committed [27f072] on Code

    Restore permissions

  • KKozlov KKozlov committed [d2804f] on Code

    Merge branch 'master' of gitlab.com:mackoel/deepmethod

  • KKozlov KKozlov committed [044433] on Code

    Merge branch 'develop' into 'master'

  • ViktorUshkov committed [be52b7] on Code

    финальная версия

  • VikUsh2 committed [d73b3a] on Code

    работающий билд

  • VikUsh2 committed [4874d1] on Code

    .

  • ViktorUshkov committed [2a8ff7] on Code

    небольшой фикс

  • ViktorUshkov committed [1a8143] on Code

    небольшой комментарий в функцию вставки индивида в архив

  • ViktorUshkov committed [f4859e] on Code

    добавление в сортированный архив индивидов

  • ViktorUshkov committed [75d066] on Code

    заведены ini-файлы (надо дополнить) + начата переработка модификации параметров контроля

  • ViktorUshkov committed [6c212e] on Code

    инициализация архива при режиме хранения индивидов + простейший прототип функции добавления индивидов

  • ViktorUshkov committed [3608c8] on Code

    начата переработка архива

  • ViktorUshkov committed [c5d5a0] on Code

    обновления к 05.05 (описаны в changes.md)

  • ViktorUshkov committed [5c70ac] on Code

    версия к 25.04

  • ViktorUshkov committed [568dd9] on Code

    текущие наработки

  • KKozlov KKozlov committed [fe614a] on Code

    Fix after pop dim adapt

  • KKozlov KKozlov committed [473278] on Code

    Fixed number of arguments in dp_deep_pop_size_change

  • KKozlov KKozlov committed [065c10] on Code

    Added advance_kounter option to advance the cancel iter counter in read state to enable hyperheuristic to proceed

  • KKozlov KKozlov committed [8297d5] on Code

    Added readstate keyword to add this function to list

  • KKozlov KKozlov committed [360379] on Code

    Merge branch 'master' into 'master'

  • eencoree committed [bef780] on Code

    Merge branch 'master' of https://gitlab.com/Encore_e/deepmethod

  • eencoree committed [d83c4d] on Code

    some changes

  • Aleksandr Reutov committed [19f39e] on Code

    removing unnecessary include

  • Encore_e committed [2b324e] on Code

    fixed logical errors

  • Encore_e committed [3b467d] on Code

    fixed a small typo

  • Encore_e committed [17b627] on Code

    added a method for dynamically changing the population size

  • KKozlov KKozlov committed [ff0ea1] on Code

    Added shebang for example Schwefel function

  • KKozlov KKozlov committed [982556] on Code

    Fixed segfault due to uninitialized archive usage

  • KKozlov KKozlov committed [87974b] on Code

    Added shibang to rastrigin code

  • KKozlov KKozlov committed [a75c7e]

    Added examples folder

  • KKozlov KKozlov committed [eb87fb]

    Change the number of initialized deepinfo structures

  • KKozlov KKozlov committed [e8ffa3]

    Some clean up in archive code. Added an option 'use_archive_prob' setting whihc to 0 will switch archive off.

  • KKozlov KKozlov committed [125718]

    Merge branch 'master' of https://gitlab.com/Dojyandr/deepmethod

  • Drusiand committed [22c014]

    Added minor fixes

  • Drusiand committed [400141]

    Improved archive implementation

  • Drusiand committed [cf156b]

    Added raw archive implementation

  • Drusiand committed [000f17]

    Added archive implementation (troubles with including header)

  • KKozlov KKozlov committed [98bc38]

    Cmake based build is updated to compile libxmod and libdeep as separate objects and link them dynamically.

  • KKozlov KKozlov committed [48b555]

    Merged from Sergey Salihov with last commit message: Add triangle evolution strategy

  • KKozlov KKozlov committed [fc28d6]

    Merge branch 'second_iter' into 'master'

  • KKozlov KKozlov committed [995134]

    Merge branch 'pull_request' into 'master'

  • KKozlov KKozlov committed [c7cae8]

    add Qt configuration and functions

  • KKozlov KKozlov committed [61958f]

    Fixed broken read log

  • KKozlov KKozlov committed [451384]

    Merge branch 'master' of gitlab.com:mackoel/deepmethod

  • KKozlov KKozlov modified a wiki page

    InteroperabilityWithOtherSystems

  • KKozlov KKozlov modified a wiki page

    ConvertDoubleToInt

  • KKozlov KKozlov modified a wiki page

    ExternalModelParameters

  • KKozlov KKozlov modified a wiki page

    ExternalModelParameters

  • KKozlov KKozlov committed [f9f6b2]

    Add functions for deduplictation. To use it gdddeep is added instead of gdeep in ini file.

  • KKozlov KKozlov committed [ab613e]

    Merge branch 'pull_request' into 'master'

  • KKozlov KKozlov committed [fd6cc1]

    add Qt configuration and functions

  • KKozlov KKozlov committed [4145e8]

    Fixed files broken after merge with the branch of Sergey Salihov

  • KKozlov KKozlov committed [de03b1]

    Fixed CMakeFiles.txt - added escapes

  • KKozlov KKozlov committed [c3c702]

    Fixed log reading

  • KKozlov KKozlov modified a wiki page

    ExternalModelParameters

  • KKozlov KKozlov modified a wiki page

    ControlParameters

  • KKozlov KKozlov modified a wiki page

    ControlParameters

  • KKozlov KKozlov modified a wiki page

    ControlParameters

  • KKozlov KKozlov modified a wiki page

    ControlParameters

  • KKozlov KKozlov modified a wiki page

    Home

  • KKozlov KKozlov modified a wiki page

    Home

  • KKozlov KKozlov modified a wiki page

    Home

  • KKozlov KKozlov committed [b0cc1c]

    Reworked error checking for score parsing. Now a score is allowed to start with a digit, point, minus or plus in ascii.

  • KKozlov KKozlov committed [b8cfce]

    Added another format for model parameters: names or parts and their sizes in different lines, other values one for each part. This is more convinient for abcde.

  • KKozlov KKozlov committed [214e8e]

    Added check for "nan" in result of command

  • KKozlov KKozlov committed [37fb02]

    Put log domain definition to a new line in Makefile.am to make it work.

  • KKozlov KKozlov committed [049313]

    Bump version

  • Konstantin Kozlov committed [9f1037]

    Fiixed mem free

  • KKozlov KKozlov committed [a3b9bd]

    Added definition for localdir

  • Konstantin Kozlov committed [e50d84]

    Fixes for winbuild

  • KKozlov KKozlov committed [7c77af]

    Small fix for warning

  • KKozlov KKozlov committed [0f89fb]

    Added ini file format for Qt

  • KKozlov KKozlov committed [41a0b7]

    New version with fixes for building with VS 2019

  • KKozlov KKozlov committed [064d34]

    Fixed segfault with tweak=0 for doubles

  • KKozlov KKozlov committed [605171]

    Merge branch 'master' of gitlab.com:mackoel/deepmethod

  • Konstantin Kozlov committed [9c78c7]

    Add command to build with Intel mpich on jscc

  • Konstantin Kozlov committed [dad200]

    Added dgemstat

  • Konstantin Kozlov committed [a7fbb4]

    Longtime awaiting version incease

  • Konstantin Kozlov committed [637b0a]

    Added a note on mingw deps

  • KKozlov KKozlov committed [6b3f79]

    Tried to fix fixed int parameters saving

  • Konstantin Kozlov committed [8eaca3]

    Added quoting for running as command

  • Konstantin Kozlov committed [6a4b68]

    Added other deps to win installer

  • KKozlov KKozlov committed [1d7afc]

    Added files for developing on Windows with CLion - config.h and CMakeFiles.txt.

  • KKozlov KKozlov committed [aac308]

    Added an option to suppress writing of the output file.

  • KKozlov KKozlov committed [6634fe]

    Changed g_error to g_debug when run command fails. Hopefully, the optimization will continue and end up with something useful. So next version.

  • DEEP DEEP released /DEEPMETHOD-2.2.2-setup.exe

  • DEEP DEEP released /deepmethod-2.2.0.tar.gz

  • Konstantin Kozlov committed [d7465c]

    Some what better checks for interpreter death

  • Konstantin Kozlov committed [615b1f]

    Fixed extra comma

  • Konstantin Kozlov committed [78f2e0]

    Added convert to r that prints vector with r syntax

  • Konstantin Kozlov committed [ef7de3]

    Fixed undefined gamma

  • Konstantin Kozlov committed [4f6658]

    Next version

  • DEEP DEEP released /deepmethod-2.1.0.tar.gz

  • Konstantin Kozlov committed [3bbb8a]

    Fixed pool in substitute

  • Konstantin Kozlov committed [98a48a]

    Other settings for pool free

  • Konstantin Kozlov committed [5ace35]

    removed waiting for response on interpreter ini...

  • Konstantin Kozlov committed [ba7d1a]

    Fixed dpupdate once again

  • Konstantin Kozlov committed [c3b9eb]

    Added ifdef for old glib in xmmodel

  • Konstantin Kozlov committed [bef697]

    Added check debug for model instead of ini file...

  • Konstantin Kozlov committed [4f7422]

    Changed options for g_thread_pool_free

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.