Releases: thieu1995/EvoRBF
Releases · thieu1995/EvoRBF
v2.1.0
- Updated the
setupfile. - Updated
mealpydependency to version 3.0.2. - Updated
citation.cffandMANIFEST.infiles. - Improved documentation, examples, and test cases.
- Updated the following modules:
metrics,preprocessor, andscaler. - Fixed a bug in
get_optimizer_by_classwithin thebase_rbfandrbf_tunermodules. - Renamed the parameter
optim_parastooptim_params. - Removed the
obj_weightsparameter fromNiaRbfRegressor. - Added new parameters to the following classes:
NiaRbfRegressor,NiaRbfClassifier, andNiaRbfTuner:lb,ub,mode,n_workers, andtermination.
- Fixed missing
classes_attribute inRbfClassifier,NiaRbfClassifier, andAdvancedRbfClassifier. - Added pretty-printing support for all classes.
v2.0.0
- Rename the title of framework
- Rename the parameter for
score,scoresfunction. - Fix bug OneHotEncoder class
- Update
standard_rbfmodule with:RbfRegressorandRbfClassifierclasses. - Add
advanced_rbfmodule with:AdvancedRbfNet,BaseAdvancedRbf,AdvancedRbfRegressor, andAdvancedRbfClassifierclasses - Update
nia_rbfmodule with:NiaRbfRegressorandNiaRbfClassifierfor regression and classification problems. - Update
rbf_tunermodule with:NiaRbfTunerclass. - Add
center_finderandkernelmodules foradvanced_rbfmodule. - Update documentation, examples, test cases.
- Update citation, changelog, readme.