tum merge branch - #221
Open
atulag0711 wants to merge 60 commits into
Open
Conversation
- Stochastic optimization with stochastic constraints implementation - Tested it for "column simulation code". Graphs and other detailts in the shared document - ALso implemented a method to perform stochastic optimisation when design variables directly appear in the objective and it is not differntiable. (Variational Objective VO.py)
…ion part. Note that it is not modular completely. Just for ref.
…onSolver' into Calibration_Optimisation_HydrationSolver
# Conflicts: # environment.yml # lebedigital/simulation/precast_column.py # tests/demonstrator_scripts/test_column_simulation.py
…monstrator scripts updated
…corporated in the demonstrator_scripts and snakemake accordingly updated. The tests for the model learning/calibration routines are not properly tested yet. Same with optimization. Also the some scripts doesnt have docstring, plus testing lines here and there. Important thing is they work.
joergfunger
reviewed
Mar 20, 2024
joergfunger
left a comment
Member
There was a problem hiding this comment.
What would be the files to execute in order to see what is implemented (test files, examples?). I usually try to start a review by looking at those to see how I can use the code, but I struggle in the 120! new files to find the right entry point. Also, the test files in demonstrator_calibration are not passing, they are removed from the automatic tests, but do not pass on my machine either. As for the paper, we maybe do not need to compile the paper, but it would be great to have a pipeline that allows to understand how the results/figures have been created. Is there something like that implemented?
This file contains hidden or 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
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.
Hello,
I merged with the main and added our scripts. Please complete the pull whenever time permits.