Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lastmod property from packages #3

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package/samplers/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: 'Demo Sampler of OptunaHub'
tags: ['sampler']
optuna_versions: [3.6.1]
license: 'MIT'
lastmod: 2024-04-22T18:42:26+09:00
---

This package provides a demo sampler of OptunaHub.
Expand Down
1 change: 0 additions & 1 deletion package/samplers/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: 'An easy sampler base class to implement custom samplers.'
tags: ['sampler', 'development']
optuna_versions: [3.6.1]
license: 'MIT'
lastmod: 2024-04-17T18:42:26+09:00
---

Simple Sampler
Expand Down
1 change: 0 additions & 1 deletion package/samplers/simulated_annealing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: 'Sampler based on simulated annealing algorithm.'
tags: ['sampler', 'simulated annealing']
optuna_versions: [3.5, 3.6]
license: 'MIT'
lastmod: 2024-04-07T18:42:26+09:00
---

Simulated Annealing Sampler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: 'Plot hypervolume history with the reference point information.'
tags: ['visualization', 'hypervolume', 'multi-objective optimization']
optuna_versions: ['3.6']
license: MIT
lastmod: 2024-04-07T18:42:26+09:00
---

Plot Hypervolume History with Reference Point
Expand Down