-
https://github.com/quiqi/relu_kan/tree/main
@yu-rp claims that MLP performs better - can you test against relu_kan? https://github.com/yu-rp/KANbeFair
noticed that there's also sine_kan.
@…
-
Enhance the curve tool to do multi-point splines.
Ideas:
- Multi-click on curve tool to get splines
- Instead of a Bezier curve, do a BSpline for easier drawing
-
Feature request from Juergen Rose:
I am missing the gsl_bspline_deriv_workspace, gsl_bspline_derive_free,
gsl_bspline_deriv_eval and gsl_bspline_deriv_eval_nonzero functions in
Math::GSL. There are a…
leto updated
13 years ago
-
Goal: have parametrically settable B-spline in codegen that evaluates in O(log(N))
N: size of grid (let's say 1D)
Should not be differentiable wrt to grid or coeff
* Bspline nodes can achieve ev…
-
It would be nice to use a wire (list of edges) instead of one bspline as the profile. This way exact geometry can be created where possible (eg cylindrical faces are created from a arc) and edges are …
-
Hello, everyone. I'm studying the code of kalibr and trying to figure out the algorithm details for IMU-Camera calibration. kalibr uses the BSpline to represent the trajectory of IMU(or camera), and i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Steps:
1. draft WB: draw a BSpline and select it
2. click the draft offset tool
3. mo…
-
See #406 for more detail.
Bezier extraction matrix fails for following spline
```python
test = sp.BSpline(
degrees=[0, 0],
control_points=[
[0], [1], [2], [3],
],
…
jzwar updated
1 month ago
-
When trying to export a DAGMC model of the test in-vessel build geometry using the `export_cad_to_dagmc` method of the `InVesselBuild` class, I am running into the following error during the 2-D meshi…
-
Hi @mdancho84 ,
thanks for this amazing porting of `timetk` in python.
I would suggest a new API called augment_spline to add Basis Splines / Natural Splines / Cyclic Splines / etc. to the datafr…