Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MRIBuilder.jl
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
MRIBuilder.jl
Graph
5bb429188610dd5b135c1ff75cdf500ded86a748
Select Git revision
Branches
3
10-add-secondary-objective-function
main
default
protected
pages
Tags
3
v0.3.0
v0.2.0
v0.1.0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Oct
11
27
Sep
25
24
20
18
12
11
10
9
2
Aug
1
31
Jul
30
25
22
19
18
31
May
30
29
25
24
23
22
21
20
16
15
29
Apr
28
26
25
18
17
12
11
9
8
27
Mar
25
22
21
6
5
4
1
26
Feb
25
23
22
21
20
16
15
14
13
12
9
Merge branch 'fix-variables' into 'main'
Allow arbitrary combinations of getters and alternative_variables
No longer support `getter` functions returning arrays
Minimise computation within optimiser by using alternative_variables.
Store route information on variables
Values are scalars, do not require element-wise multiplication
Support alternative variables that are not explicilty defined
Fix new interface
Remove AlternativeVariable support for setting constraints
Remove unused import
Make variables public
BF: fix adding generic_plot_attributes to docstring
BF: fix adding members to `variables` baremodule
build based on 44c70b3
Merge branch 'fix-edge-times' into 'main'
Edge times should always contain building block end time
build based on f3c2971
Merge branch 'MT_seq' into 'main'
REF: rename saturation_pulse_binomial with saturation_pulse
build based on 8b23c1f
Merge branch 'MT_seq' into 'main'
Fix name of pulses
build based on cd8a807
Merge branch 'MT_seq' into 'main'
Skip unnecessary sorting of module names
OPT: speed up variables access
BaseSequence can only contain other ContainerBlocks
Easier way to generate BuildingBlock with single event and no gradients
Use `base.length` rather than N to determine length
Fix order of blocks and waits in Repeat
Use `base.length` rather than N to determine length
Add magnetisation transfer sequence
build based on 04e1d91
Merge branch 'integer_variables' into 'main'
Fix conversion to floats during printing
Actually convert integer variables into integers
Explain n_attempts
resolution and oversample should at least be 1
Make resolution and oversample into integers
ENH: allow for integer variables
Loading