relf / cobyla

COBYLA optimizer for Rust
MIT License
11 stars 1 forks source link

C to Rust transpilation #3

Closed relf closed 1 year ago

relf commented 1 year ago

This PR aims at using Rust cobyla code instead of wrapping C.

Rust was generated using c2rust then minimal manual editing was done to remove remaining FFI usage (file io, fprintf, memory malloc/free, math functions).