Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
fwi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gmsh
fwi
Commits
5a3c7fee
Commit
5a3c7fee
authored
4 years ago
by
Xavier Adriaens
Browse files
Options
Downloads
Patches
Plain Diff
Paper 2 gradient descent test
parent
41264141
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
input/paper2/cluster_inversion_gd.sh
+10
-0
10 additions, 0 deletions
input/paper2/cluster_inversion_gd.sh
input/paper2/inversion_gd.txt
+15
-0
15 additions, 0 deletions
input/paper2/inversion_gd.txt
with
25 additions
and
0 deletions
input/paper2/cluster_inversion_gd.sh
0 → 100644
+
10
−
0
View file @
5a3c7fee
#!/bin/bash
#
#SBATCH --job-name=paper2_inversion_gd
#SBATCH --output=paper2_inversion_gd.log
#SBATCH --ntasks=1
#SBATCH --time=2400:00
#SBATCH --mem-per-cpu=48000
time
./inversion ../input/paper2/common.txt ../input/paper2/inversion.txt ../input/paper2/inversion_gd.txt
-verbose
1
-maxThreads
1
This diff is collapsed.
Click to expand it.
input/paper2/inversion_gd.txt
0 → 100644
+
15
−
0
View file @
5a3c7fee
name = inversion_gd
#
#Local minimum search
localminimumsearch = classic
localminimum_writeInterval = 30
localminimum_maxIteration = 300
#
#Descent search
descentsearch = gradientdescent
#
#Line search
linesearch = strongwolfe
rho = 0.5
c1 = 0.0001
c2 = 0.9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment