11# Generated by roxygen2: do not edit by hand
22
3+ S3method(as.data.table,ArchiveAsyncFSelect)
4+ S3method(as.data.table,ArchiveAsyncFSelectFrozen)
35S3method(as.data.table,ArchiveBatchFSelect)
46S3method(as.data.table,DictionaryFSelector)
57S3method(as.data.table,EnsembleFSResult)
@@ -8,13 +10,24 @@ S3method(extract_inner_fselect_archives,BenchmarkResult)
810S3method(extract_inner_fselect_archives,ResampleResult)
911S3method(extract_inner_fselect_results,BenchmarkResult)
1012S3method(extract_inner_fselect_results,ResampleResult)
13+ export(ArchiveAsyncFSelect)
14+ export(ArchiveAsyncFSelectFrozen)
1115export(ArchiveBatchFSelect)
1216export(AutoFSelector)
17+ export(CallbackAsyncFSelect)
18+ export(ContextAsyncFSelect)
1319export(ContextBatchFSelect)
1420export(EnsembleFSResult)
21+ export(FSelectInstanceAsyncMultiCrit)
22+ export(FSelectInstanceAsyncSingleCrit)
1523export(FSelectInstanceBatchMultiCrit)
1624export(FSelectInstanceBatchSingleCrit)
1725export(FSelector)
26+ export(FSelectorAsync)
27+ export(FSelectorAsyncDesignPoints)
28+ export(FSelectorAsyncExhaustiveSearch)
29+ export(FSelectorAsyncFromOptimizerAsync)
30+ export(FSelectorAsyncRandomSearch)
1831export(FSelectorBatch)
1932export(FSelectorBatchDesignPoints)
2033export(FSelectorBatchExhaustiveSearch)
@@ -26,14 +39,18 @@ export(FSelectorBatchRandomSearch)
2639export(FSelectorBatchSequential)
2740export(FSelectorBatchShadowVariableSearch)
2841export(ObjectiveFSelect)
42+ export(ObjectiveFSelectAsync)
2943export(ObjectiveFSelectBatch)
44+ export(assert_async_fselect_callback)
45+ export(assert_async_fselect_callbacks)
3046export(assert_fselect_instance)
3147export(assert_fselect_instance_async)
3248export(assert_fselect_instance_batch)
3349export(assert_fselector_async)
3450export(assert_fselector_batch)
3551export(assert_fselectors)
3652export(auto_fselector)
53+ export(callback_async_fselect)
3754export(callback_batch_fselect)
3855export(clbk)
3956export(clbks)
@@ -45,6 +62,7 @@ export(fs)
4562export(fselect)
4663export(fselect_nested)
4764export(fsi)
65+ export(fsi_async)
4866export(fss)
4967export(mlr_callbacks)
5068export(mlr_fselectors)
0 commit comments