Skip to content

Commit

Permalink
hyperparameter -> parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
blegouix committed May 14, 2024
1 parent 0ddd898 commit eef77b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/ddc/kernels/splines/spline_builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ class SplineBuilder
*
* @param batched_interpolation_domain The domain on which the interpolation points are defined.
*
* @param cols_per_chunk A hyperparameter used by the slicer (internal to the solver) to define the size
* @param cols_per_chunk A parameter used by the slicer (internal to the solver) to define the size
* of a chunk of right-hand-sides of the linear problem to be computed in parallel (chunks are treated
* by the linear solver one-after-the-other).
* This value is optional. If no value is provided then the default value is chosen by the requested solver.
*
* @param preconditionner_max_block_size A hyperparameter used by the slicer (internal to the solver) to
* @param preconditionner_max_block_size A parameter used by the slicer (internal to the solver) to
* define the size of a block used by the Block-Jacobi preconditioner.
* This value is optional. If no value is provided then the default value is chosen by the requested solver.
*
Expand Down
4 changes: 2 additions & 2 deletions include/ddc/kernels/splines/spline_builder_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ class SplineBuilder2D
*
* @param batched_interpolation_domain The domain on which the interpolation points are defined.
*
* @param cols_per_chunk A hyperparameter used by the slicer (internal to the solver) to define the size
* @param cols_per_chunk A parameter used by the slicer (internal to the solver) to define the size
* of a chunk of right-hand-sides of the linear problem to be computed in parallel (chunks are treated
* by the linear solver one-after-the-other).
* This value is optional. If no value is provided then the default value is chosen by the requested solver.
*
* @param preconditionner_max_block_size A hyperparameter used by the slicer (internal to the solver) to
* @param preconditionner_max_block_size A parameter used by the slicer (internal to the solver) to
* define the size of a block used by the Block-Jacobi preconditioner.
* This value is optional. If no value is provided then the default value is chosen by the requested solver.
*
Expand Down

0 comments on commit eef77b9

Please sign in to comment.