-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix package name issue in documentation
- Loading branch information
Showing
7 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
The `grad_operator` module contains the main operators of ConFIG algorithm. You can use these operators to perform the ConFIG update step for your optimization problem. | ||
|
||
## Operation Functions | ||
::: ConFIG.grad_operator.ConFIG_update | ||
::: ConFIG.grad_operator.ConFIG_update_double | ||
::: conflictfree.grad_operator.ConFIG_update | ||
::: conflictfree.grad_operator.ConFIG_update_double | ||
|
||
## Operator Classes | ||
::: ConFIG.grad_operator.ConFIGOperator | ||
::: ConFIG.grad_operator.PCGradOperator | ||
::: ConFIG.grad_operator.IMTLGOperator | ||
::: conflictfree.grad_operator.ConFIGOperator | ||
::: conflictfree.grad_operator.PCGradOperator | ||
::: conflictfree.grad_operator.IMTLGOperator | ||
|
||
## Base Class of Operators | ||
::: ConFIG.grad_operator.GradientOperator | ||
::: conflictfree.grad_operator.GradientOperator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
The `momentum_operator` module contains the main operators for the momentum version ConFIG algorithm. | ||
|
||
## Operator Classes | ||
::: ConFIG.momentum_operator.PseudoMomentumOperator | ||
::: ConFIG.momentum_operator.SeparateMomentumOperator | ||
::: conflictfree.momentum_operator.PseudoMomentumOperator | ||
::: conflictfree.momentum_operator.SeparateMomentumOperator | ||
|
||
## Base Class of Operators | ||
::: ConFIG.momentum_operator.LatestLossRecorder | ||
::: conflictfree.momentum_operator.LatestLossRecorder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
The `utils` module contains utility functions for the ConFIG algorithm. | ||
|
||
## Network Utility Functions | ||
::: ConFIG.utils.get_para_vector | ||
::: ConFIG.utils.apply_para_vector | ||
::: ConFIG.utils.get_gradient_vector | ||
::: ConFIG.utils.apply_gradient_vector | ||
::: conflictfree.utils.get_para_vector | ||
::: conflictfree.utils.apply_para_vector | ||
::: conflictfree.utils.get_gradient_vector | ||
::: conflictfree.utils.apply_gradient_vector | ||
|
||
## Math Utility Functions | ||
::: ConFIG.utils.get_cos_similarity | ||
::: ConFIG.utils.unit_vector | ||
::: conflictfree.utils.get_cos_similarity | ||
::: conflictfree.utils.unit_vector | ||
|
||
## Conflict Utility Functions | ||
::: ConFIG.utils.estimate_conflict | ||
::: conflictfree.utils.estimate_conflict | ||
|
||
## Slice Selector Classes | ||
::: ConFIG.utils.OrderedSliceSelector | ||
::: ConFIG.utils.RandomSliceSelector | ||
::: conflictfree.utils.OrderedSliceSelector | ||
::: conflictfree.utils.RandomSliceSelector | ||
|
||
## Others | ||
::: ConFIG.utils.has_zero | ||
::: conflictfree.utils.has_zero |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters