-
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.
First complete draft of variables and domains
- Loading branch information
Showing
4 changed files
with
132 additions
and
101 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
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,3 +1,25 @@ | ||
# Learning about Constraints | ||
|
||
About learning constraints related matters. | ||
|
||
## Parameters | ||
|
||
<!-- To be moved --> | ||
|
||
One major challenge of learning the features of constraints is exploring the domains of parameters. To tackle this issue, we provide some way to generate parameters from variables' domains. | ||
|
||
```@docs; canonical=false | ||
BoolParameterDomain | ||
DimParameterDomain | ||
IdParameterDomain | ||
FakeAutomaton | ||
ConstraintCommons.accept | ||
fake_automaton | ||
LanguageParameterDomain | ||
OpParameterDomain | ||
PairVarsParameterDomain | ||
ValParameterDomain | ||
ValsParameterDomain | ||
Base.rand | ||
generate_parameters | ||
``` |