Skip to content

Commit 32e854d

Browse files
fix optimizer name and number of interations
1 parent 2ed3edc commit 32e854d

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)