aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added ability to set y-max (stabiility) in energy vs. stability graph.Matt Argao2013-02-202-5/+7
|
* Displays lenses in beam propogation graph.Matt Argao2013-02-204-11/+51
|
* Energy vs. Stability graph now outputs # corresponding to solution #.Matt Argao2013-02-201-4/+12
|
* Added energy vs stability summaryMatt Argao2013-02-113-4/+31
|
* Removed a file.Matt Argao2013-02-061-8/+0
|
* Added subplot of solution's stability under propagation plot.Matt Argao2013-02-064-5/+24
|
* Added ability to visulize stability of lens solutions.Matt Argao2013-02-043-1/+24
|
* Added find_min function. Modified approriate files to ensure proper usage.Matt Argao2013-02-043-5/+27
|
* Reduced number of iterationsMatt Argao2012-11-291-1/+1
|
* Check if optics are already arrangedMatt Argao2012-11-291-2/+7
|
* Move from structure to variable to speed up runtimeMatt Argao2012-11-291-4/+5
|
* Prearrange optics for backward propagationMatt Argao2012-11-291-3/+5
|
* Additional comments and function compatabilityMatt Argao2012-11-292-8/+5
|
* Outputs final radius as wellMatt Argao2012-11-291-1/+1
|
* Legend changesMatt Argao2012-11-291-3/+7
|
* Fixed variable callingMatt Argao2012-11-272-3/+3
|
* Rewrite of function with significant speed upMatt Argao2012-11-271-22/+29
|
* Variable name fixMatt Argao2012-11-271-1/+1
|
* added new function which propagates beam through free spaceMatt Argao2012-11-131-0/+6
|
* function is array friendly nowMatt Argao2012-11-131-1/+7
|
* Added descriptionsMatt Argao2012-11-132-23/+11
|
* Makes use of new functionsMatt Argao2012-11-131-32/+19
|
* Added function which removes similar solutionsMatt Argao2012-11-131-0/+16
|
* Added function which picks n possible solutionsMatt Argao2012-11-131-0/+19
|
* Optimized test point selection in fitnessMatt Argao2012-11-131-10/+14
|
* Merge fixMatt Argao2012-11-081-4/+0
|
* Merge branch 'exper'Matt Argao2012-11-083-7/+14
|\ | | | | | | | | | | Conflicts: fitness.m mode_match.m
| * Renaming of variables for clarityMatt Argao2012-11-081-2/+2
| |
| * Formatted title with lens pos & focal lengths addedMatt Argao2012-11-081-1/+6
| |
| * New LineMatt Argao2012-11-081-1/+1
| |
| * Changed # of shuffles & penalty weightMatt Argao2012-11-082-6/+4
| |
| * Assorted code cleanup, addition of mode_match.mMatt Argao2012-11-063-78/+80
| | | | | | | | Refinement of fitness function
| * experimental improvements of fitnessMatt Argao2012-10-251-5/+10
| |
* | Various cleanups & refinement of fitnessMatt Argao2012-11-083-71/+78
|/ | | | Mode matching code isolated from fitter_check
* Made code parallel friendlyMatt Argao2012-10-251-57/+43
|
* Added pick function and all possible permutations of lensesMatt Argao2012-10-252-26/+180
|
* Assume/force collimated beam at 3rd lensMatt Argao2012-10-231-3/+6
|
* Output of unique solns updatedMatt Argao2012-10-231-20/+14
|
* Optimized collimation penalty and returns penaltiesMatt Argao2012-10-231-9/+10
|
* Improved optimizationMatt Argao2012-10-232-7/+52
| | | | | | | | | Removes repeating optic sets Stores possible solutions Returns waist from fitness function Solutions with same significant digits are truncated Visualize possible solutions Outputs solutions with a fitness threshold
* Added possible permutations of lens choicesMatt Argao2012-10-183-20/+38
|
* Cleaned up codeMatt Argao2012-10-181-17/+9
|
* Removed status linesMatt Argao2012-10-181-3/+3
|
* First attempt at automatic optimization.Matt Argao2012-10-184-14/+83
|
* added function to return fitness of the solutionEugeniy Mikhailov2012-09-252-0/+62
|
* solution_visualization is now a functionEugeniy Mikhailov2012-09-252-10/+30
| | | | trial_solution modified appropriately so it calls solution_visualization
* Added Readmev2.1Eugeniy Mikhailov2012-09-111-0/+22
|
* made plot matlab compatiblev2.0Eugeniy Mikhailov2011-04-141-2/+6
| | | | | | Ignore-this: 1aac48ec1782fa76abfb131c63f52ff2 darcs-hash:20110414142717-067c0-b9c72314486572e24032a3515d68bd9144c7b388
* printf -> fprintf for matlab compatibilityEugeniy Mikhailov2011-04-141-7/+7
| | | | | | Ignore-this: b82b5295cc778d3ff1ca92b9e23f9379 darcs-hash:20110414141358-067c0-ab937b08a222e03de7d14583d07fb758cb6839bc
* endif, endfor, endfunction -> end (for matlab compatibility)Eugeniy Mikhailov2011-04-147-10/+10
| | | | | | Ignore-this: ddb1f3a61e081f0f73eaf307c8173d8e darcs-hash:20110414141231-067c0-639aea74867aecbd2b047aa51213897a590729a1