提交图

1681 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
b53373a5de Modified to use --field argument. 2016-01-05 17:49:51 +00:00
Craig Warren
41354c0f2c Modified to contain FFT plotting option. 2016-01-05 17:49:25 +00:00
Craig Warren
3fc3cad183 Numbered some of the installation steps. 2016-01-05 10:19:43 +00:00
Craig Warren
60903c4c10 Adding stopping criterion is successive fitness values are within 1% of each other. 2015-12-23 12:17:26 +00:00
Craig Warren
d2637cd6af Corrections to differencing fitness function. 2015-12-23 12:16:38 +00:00
Craig Warren
88bd171685 Correction to differences fitness function. 2015-12-23 10:31:41 +00:00
Craig Warren
74f87aa781 Updated sum of differences function to handle multiple receiver outputs. 2015-12-23 10:24:56 +00:00
Craig Warren
7d44276b6a Added some initial FAQs to the documentation. 2015-12-23 09:54:33 +00:00
Craig Warren
00eae278b2 Updated bounds checking for sources and receivers when in PML for 2D models 2015-12-22 17:41:03 +00:00
Craig Warren
90dfe34764 More tidying of code formatting 2015-12-22 17:40:38 +00:00
Craig Warren
248f8d011a Adjustments to plotting ranges. 2015-12-22 17:39:53 +00:00
Craig Warren
2f633d33dc Added function to plot history of fitness values and optimised parameter values. 2015-12-22 17:38:08 +00:00
Craig Warren
ce4eb3299c Made final plotting of fitness and parameter history a function. 2015-12-22 17:37:30 +00:00
Craig Warren
6cb3af53c8 Correction of bounds warning for sources and receivers in the PML for 2D models. 2015-12-22 17:35:13 +00:00
Craig Warren
5977a8a8f0 More tidying of code formatting. 2015-12-22 17:34:31 +00:00
Craig Warren
0b57b4cabb Updated bounds checking for sources and receivers v.3.0.0b13 2015-12-22 16:59:04 +00:00
Craig Warren
7bf048a44f Tidy up of code formatting 2015-12-22 16:58:27 +00:00
Craig Warren
d23d2e5854 Removed stopping criterion of success fitness values threshold. 2015-12-22 16:56:31 +00:00
Craig Warren
15560144a8 Updated bounds checking for sources and receivers. 2015-12-22 16:55:26 +00:00
Craig Warren
c256136829 Tidy up of code formatting. 2015-12-22 16:54:33 +00:00
Craig Warren
8f653dd075 Updated #pml_cfs command for new structure of CFS and CFS parameters. 2015-12-22 11:01:53 +00:00
Craig Warren
ebd2bc4b86 Restructured CFS and CFS parameters in PML. Corrected bug with kappa parameters scaling when not set to constant. 2015-12-22 10:57:24 +00:00
Craig Warren
a42dacb938 Updated reading of advanced PML parameters to reflect new CFS and CFS parameters structure 2015-12-22 10:56:15 +00:00
Craig Warren
9370c6c349 Restructured CFS and CFS parameters for PML. Corrected implementation of kappa scaling when not constant. 2015-12-22 10:50:40 +00:00
Craig Warren
1b10aaf193 Updated reading of advanced PML parameters for new CFS structure. 2015-12-22 10:49:42 +00:00
Craig Warren
1d210cbe68 Corrected bug with variable name. 2015-12-18 17:15:13 +00:00
Craig Warren
1a1fd45fbb Renaming functions; adjusting metric for fitness_diffs 2015-12-18 17:14:46 +00:00
Craig Warren
4aada57815 Added plotting tool to plot differences between a response and a reference response (initially for PML work). 2015-12-18 17:13:47 +00:00
Craig Warren
395fe6a8ae Added some code to plot optimisation results. 2015-12-18 17:13:01 +00:00
Craig Warren
9c782940a0 Cleaned up code formatting. 2015-12-18 10:42:39 +00:00
Craig Warren
9f38515b66 Updated fitness_diff_dB function to return inverse of difference which is required as optimisation method looks for when fitness is greater than stopping value; converted responses to NumPy arrays. 2015-12-18 10:41:54 +00:00
Craig Warren
b756473216 Corrected printing of number of cells in domain. 2015-12-18 10:40:06 +00:00
Craig Warren
a432457490 Corrected printing of PML parameters. 2015-12-18 10:39:27 +00:00
Craig Warren
7aadb4679f Moved initialisation of fitness values list to inside optimisation loop as it should be cleared for every new iteration. 2015-12-18 10:38:57 +00:00
Craig Warren
3cba5bfc3f Corrections to xcorr fitness function and addition of fitness function to sum difference (in dB) between model and reference responses. 2015-12-17 14:35:34 +00:00
Craig Warren
1702392516 Updated stopping criterion. 2015-12-17 12:19:07 +00:00
Craig Warren
3207e05628 Updated to allow variables to be read from an input dictionary, or to use builtin values if dictionary not present. 2015-12-17 12:18:50 +00:00
Craig Warren
d6dbc53ea7 'Merge setup.py from 'optimisation-taguchi' branch 2015-12-17 09:53:56 +00:00
Craig Warren
4d962f6d2b Moved real data files. 2015-12-17 09:50:05 +00:00
Craig Warren
426936b25c Corrected wrong variable name. 2015-12-17 09:48:25 +00:00
Craig Warren
d719f59fe8 Added handling of 'build' and 'install' arguments to advise and point to 'build_ext --inplace'. 2015-12-17 09:47:36 +00:00
Craig Warren
51bb676834 Enabled usernamespace dictionary in Taguchi block. 2015-12-16 20:24:21 +00:00
Craig Warren
c980f2ad46 Moved real data to same directory as input files. 2015-12-16 20:23:19 +00:00
Craig Warren
7633910c30 Corrections to passing of dictionaries to input files. 2015-12-16 20:22:13 +00:00
Craig Warren
8287be3d3d Changed optimisation stopping criterion. 2015-12-16 18:22:47 +00:00
Craig Warren
0a964f25c5 Taguchi parameters passed as a dictionary into user namespace dictionary available in input files. 2015-12-16 18:02:04 +00:00
Craig Warren
6c14e8d5cb Changed access to Taguchi parameters in input files. 2015-12-16 18:01:12 +00:00
Craig Warren
5667360f07 Model to optimise antenna parameters. 2015-12-16 17:51:50 +00:00
Craig Warren
bd59e30b49 Changed name of fitness dictionary. 2015-12-16 17:51:20 +00:00
Craig Warren
0559d3c7db Added a cross-correlation fitness metric. 2015-12-16 17:50:34 +00:00