Skip to content

Commit

Permalink
Update Molecular_Optimization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AspirinCode committed May 13, 2024
1 parent 5e03378 commit 74c36ba
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Molecular_Optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Beck, Hartmut, Tobias Thaler, Daniel Meibom, Mark Meininghaus, Hannah Jörißen
| [RNN-based](#rnn-based) | [LSTM-based](#lstm-based) | [Autoregressive-models](#autoregressive-models) | [Transformer-based](#transformer-based) |
| [VAE-based](#vae-based) | [GAN-based](#gan-based) | [Flow-based](#flow-based) | |
| [Score-Based](#score-Based) | [Energy-based](#energy-based) | [Diffusion-based](#diffusion-based) | |
| [RL-based](#rl-based) | [Active Learning-based](#active-learning-based) | [Contrastive Learning-based](#contrastive-learning-based) | |
| [RL-based](#rl-based) | [Active Learning-based](#active-learning-based) | [Contrastive Learning-based](#contrastive-learning-based) | [Genetic Algorithm-based](#genetic-algorithm-based) |
| [Text-driven Molecular Optimization](#text-driven-molecular-optimization) | [Large Language Model-based](#large-language-model-based) | | |

## Reviews
Expand Down Expand Up @@ -262,6 +262,19 @@ Gusev, Filipp, Evgeny Gutkin, Maria G. Kurnikova, and Olexandr Isayev.



### Genetic Algorithm-based





* **MolDrug (from Molecule to Drug) is a python package for drug-oriented optimization on the chemical space** [2023]

[code](https://github.com/ale94mleon/MolDrug)




## Text-driven Molecular Optimization


Expand Down

0 comments on commit 74c36ba

Please sign in to comment.