Skip to content

Commit

Permalink
Remove high-dimensional problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Apr 18, 2024
1 parent 5d39e41 commit e7ca208
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions workflows/projects/Mixtures/gmm_benchmark.smk
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ TASKS = [
asinh(student.task_student_identity(dim_x=2, dim_y=2, df=1)),
asinh(student.task_student_identity(dim_x=3, dim_y=3, df=2)),
asinh(student.task_student_identity(dim_x=5, dim_y=5, df=2)),
# High-dimensional
multinormal.task_multinormal_dense(25, 25),
multinormal.task_multinormal_2pair(25, 25),
mixtures.task_concentric_multinormal(dim_x=25, n_components=5),
]

TASKS_DICT = {
Expand Down

0 comments on commit e7ca208

Please sign in to comment.