-
Notifications
You must be signed in to change notification settings - Fork 66
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
resolves 1949: support greedy procedure for nirb #1997
Merged
Merged
Conversation
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
Follow-up to #1927
(still issue in the criterion) - add option to init Coarse toolbox (useful for greedy function) - getReducedSolution : get the solution of coarse tolbox projected on basis made of coarse snapshots [ci skip]
Bumps [JamesIves/github-pages-deploy-action](/~https://github.com/JamesIves/github-pages-deploy-action) from 4.3.3 to 4.4.1. - [Release notes](/~https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.3.3...v4.4.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
use only 1 parameter to begin with [ci skip]
test_perf_nirb : - fix usage of class according to #1955 - allow to use greedy generation - add docstrings - save all files in a single directory, associated to the case (RESPATH) post_process.py : - refactor function plot_error so we can pass many directories of error to post process /cc @alielarif
- use of L2 scalar product in XH - normalize the scritrion [ci skip]
[ci skip]
and adapt print to execution in parallel
seems more adaptated for vscode
- initProblem returns Xi_train - use makedirs instead of mkdir - fix execution of test_nirb
[skip feelpp, skip tests, skip mor, skip toolboxes]
alielarif
approved these changes
Nov 15, 2022
[skip feelpp, skip toolboxes, skip tests, skip mor]
Fix typos in toolboxes subdir
…ves/github-pages-deploy-action-4.4.1 Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.4.1 [ci skip]
[ci skip]
…1949-greedy resolve conflicts /cc @alielarif
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementation of the greedy loop : #1949