Skip to content

Commit 0b135d3

Browse files
author
Rishab Jain
authored
Merge pull request #8 from isaacguerreir/patch-1
fix optimizer name and number of iterations
2 parents 2ed3edc + 32e854d commit 0b135d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The ICOR model was trained in the MATLAB environment. For more details on model
8888
> A document that contains all of the benchmarking genes and descriptions of them.
8989
9090
#### Optimizers
91-
`BFC_optimizer.py`
92-
> Background Frequency Choice optimizer creates a directory containing amino acid sequences in the FASTA format and saves these "optimized" / "generated" DNA sequences in a directory. It generates 10,000 sequences using the URC algorithm and chooses the one with the highest CAI.
91+
`ERC_optimizer.py`
92+
> Background Frequency Choice optimizer creates a directory containing amino acid sequences in the FASTA format and saves these "optimized" / "generated" DNA sequences in a directory. It generates 100,000 sequences using the URC algorithm and chooses the one with the highest CAI.
9393
9494
`icor_optimizer.py`
9595
> ICOR optimizer outputs a text file given a sequence input of amino acids or DNA. It is an interactive Python command-line script. It runs an inference through the ICOR model.

0 commit comments

Comments
 (0)