Skip to content

Commit 7f548c6

Browse files
author
Rishab Jain
authored
Update README.md
1 parent d91ba69 commit 7f548c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The ICOR model was trained in the MATLAB environment. For more details on model
6767
6868
#### Optimizers
6969
`brute_force_optimizer.py`
70-
> Naive 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 and chooses the one with the highest CAI.
70+
> Brute force 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 and chooses the one with the highest CAI.
7171
7272
`icor_optimizer.py`
7373
> 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)