Skip to content

Commit f27cc24

Browse files
authored
Merge pull request #285 from toshihikoyanase/add-link-to-molecule-llm-notebook
Add a link to molecule LLM notebook.
2 parents d079b06 + e5deab6 commit f27cc24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if __name__ == "__main__":
3131
> [FAQ](https://optuna.readthedocs.io/en/stable/faq.html) might be helpful for you to implement what you want.
3232
> In this example repository, you can also find the examples for the following scenarios:
3333
> 1. [Objective function with additional arguments](./sklearn/sklearn_additional_args.py), which is useful when you would like to pass arguments besides `trial` to your objective function.
34-
>
34+
>
3535
> 2. [Manually provide trials with sampler](./faq/enqueue_trial.py), which is useful when you would like to force certain parameters to be sampled.
3636
>
3737
> 3. [Callback to control the termination criterion of study](./faq/max_trials_callback.py), which is useful when you would like to define your own termination criterion other than `n_trials` or `timeout`.
@@ -169,6 +169,7 @@ If you are interested in defining a user-defined sampler, here is an example:
169169
* [PyKEEN](https://github.com/pykeen/pykeen)
170170
* [RL Baselines Zoo](https://github.com/DLR-RM/rl-baselines3-zoo)
171171
* [Hyperparameter Optimization for Machine Learning, Code Repository for Online Course](https://github.com/solegalli/hyperparameter-optimization)
172+
* [Property-guided molecular optimization using MolMIM with CMA-ES](https://github.com/olachinkei/BioNeMo_WandB/blob/main/Molecule/03_Molecule_LLM.ipynb)
172173
</details>
173174

174175
> [!IMPORTANT]

0 commit comments

Comments
 (0)