smartcorelib / smartcore

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.
https://smartcorelib.org/
Apache License 2.0
698 stars 75 forks source link

Implement Search Parameters #223

Open Mec-iS opened 1 year ago

Mec-iS commented 1 year ago

Currently svm/search is disabled because of lack of deserialization for Kernel (see #221).

The current implementation requires cloning of the Kernel object, but as it is an object-safe trait cloning cannot be supported. Options are:

It may be an option to have our own implementation of dynClone.