Skip to content

Commit

Permalink
Advanced parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikseko committed Apr 17, 2024
1 parent 8dbfcb5 commit ec3b126
Showing 1 changed file with 33 additions and 4 deletions.
37 changes: 33 additions & 4 deletions .github/rho_docs_en/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,42 @@ but the user can control them directly by editing the script if needed.

List of advanced parameters:

+ `seed_offset`
+ `seed_offset` Initial seed for an evolutionary algorithm.
Obviously, this parameter can influence the search for backdoors,
but there is little possibility to change it in a meaningful way.
In any case, in case of unsatisfactory backdoor search results,
or for research purposes, the user can directly change this parameter
and evaluate the resulting effect.
**Default: 123.**

+ `log_path`
**Default: None.**

+ `iter_count`
+ `log_path` Path to save the logs of EvoguessAI work.
If the parameter is not specified explicitly, the directory
**"./examples/logs/rho_solve/*date_time_start_date_time_finish*"**
is created for each EvoguessAI start (for example:
**"./examples/logs/rho_solve/2024.04.10-11·25·
40_2024.04.10-11·26·22/"**).
Information about EvoguessAI operation during a particular
run is contained in a file named **meta.json** inside
the created directory.
**Default value: None.**


+ `iter_count` The number of iterations of the
evolutionary algorithm (by iterations we mean mutations).
This parameter directly affects the backdoor search process.
Its increase will lead to slower backdoor search phase,
but to more successful backdoor search, i.e. to
finding backdoors with higher ρ-value.
The default value was chosen empirically.
**Default: 3000.**

[//]: # (Тут нужно добавить, что при нахождении бэкдора с одной
хардтаской и выделения из неё юнитов, происходит перезапуск
эволюционки \(в рамках того же "запуска"\), но число итераций
сохраняется на все такие перезапуски.)




<sup>[&uarr;Table of contents](#tablecontents)</sup>

0 comments on commit ec3b126

Please sign in to comment.