Subject | Hash | Author | Date (UTC) |
---|---|---|---|
testcases:gaussian_2D: add pf estimation for sinshilds case | 889b5aebae164ea3fb1f9375ae58d1afa4687696 | I am | 2022-03-17 20:42:13 |
mplot: add rbf_density_plot() | 62ce990cb9418418879d0f5e084a26043b5bfdeb | I am | 2022-03-04 03:00:32 |
misc: little changes to the rbf class | 058a0401db09f4e9e68af72c987c3b879077864d | I am | 2022-03-03 22:53:48 |
mplot.maxes: rbf, one more try | 8303470585507772e8170504989835f04a7828b9 | I am | 2022-03-02 22:13:08 |
mplot.maxes: add rbf_plot | 3485da2191b2f64fac76813d072a6b6f6e2fba71 | I am | 2022-03-02 03:35:27 |
mplot.maxes: add rbf plot | bd5055adced9e0d8887fa213baa0ff9f9e038ba4 | I am | 2022-03-02 02:17:18 |
misc: add small class for rbf surrogate model | f8beecf63302ceae6d3462ed279b796b54149bdf | I am | 2022-03-02 02:16:01 |
testcases: pf_exact fix for suspension 3d case | 0f3318cac398c9195e0b21a6f13edc9475156b0d | I am | 2022-03-02 02:14:55 |
g_models.CosExp2D: add pf_expression() method | 3ebf3098bcff1a73a649059b1539d622d58b7439 | I am | 2022-02-06 19:38:37 |
mplot.mfigs.double_diagram(): do not share x axis. User can set up limits itself after all | e74145928c028479070af2fe766d55f180828cdf | I am | 2022-02-06 05:02:59 |
testcases: add reference solution bounds to the whitebox | 3358b3ff7903417f6484a875abb154d3a7c04a06 | I am | 2022-02-06 05:00:50 |
mplot: we need more rasterization! | 46df5af418dcab84e8e7e7e23724a74e86575806 | I am | 2022-02-05 02:20:22 |
testcases: provide more presice pf for vehicle suspension example | e2c4bd1c7f2278b4d94b6f7515785528267c18bb | I am | 2022-02-05 02:18:45 |
g_models.PassiveSuspensionVehicle: reformulation and clean up | 6e0f9ea7b97f12a2554d895be0b2b8a3f39a536d | I am | 2022-02-04 03:50:03 |
mplot: add beta diagram | 5e346bdd2c5f06a41726e2ff264776dcc60eac19 | I am | 2022-02-01 04:08:34 |
mplot.maxes3d: rasterization of risges is absolutely needed | 87c3235b8313ade07ca5b4d72b1f8fec339d621d | I am | 2022-01-31 03:15:31 |
testcases: add pf_exact for suspension example | 9f903986699b97bfc0eb7c8d4bcad78d3e018450 | I am | 2022-01-30 23:14:42 |
mplot: polish 3d | b78a192b0ce5c4f5f9e3a94e271bcde3f3c03fac | I am | 2022-01-30 23:14:16 |
qt_gui.gl_plot: oprašit gl_plotové prvky | d4336e94b262d11db3b6a110527689a9ab101a60 | Aleksei Gerasimov | 2022-01-30 04:00:40 |
add vehicle suspension problem | 1546923576c59fa15e97c082b4a9c39cdadcf690 | I am | 2022-01-30 10:39:08 |
File | Lines added | Lines deleted |
---|---|---|
testcases/gaussian_2D.py | 4 | 1 |
File testcases/gaussian_2D.py changed (mode: 100644) (index a635e8f..5d1b1aa) | |||
... | ... | def parabola(): | |
237 | 237 | # return whitebox.WhiteBox(f, gm.Sin2D(kx=-1/4., ky=-1, kxsin=5, const=5)) | # return whitebox.WhiteBox(f, gm.Sin2D(kx=-1/4., ky=-1, kxsin=5, const=5)) |
238 | 238 | add('sin_shields') | add('sin_shields') |
239 | 239 | def sin_shields(): | def sin_shields(): |
240 | return WhiteBox(f, gm.Sin2D(kx=-1/4., ky=-1, kxsin=5, const=4)) | ||
240 | wt = WhiteBox(f, gm.Sin2D(kx=-1/4., ky=-1, kxsin=5, const=4)) | ||
241 | wt.pf_exact = 4.1540e-4 | ||
242 | wt.pf_exact_method = "some guys said me that it is result of Monte Carlo" | ||
243 | return wt | ||
241 | 244 | ||
242 | 245 | ||
243 | 246 | # Prod_FourBetas | # Prod_FourBetas |