Commit c55e420
Update documentation for dual preference system and show_algorithm_choices
Updated documentation to reflect the new dual preference system and analysis function:
## Autotune Tutorial Updates
- Removed "in progress" warning about automatic preference setting
- Added mention of show_algorithm_choices() function
- Updated preference integration section to reflect working system
- Added example of viewing algorithm choices after autotune
## Algorithm Selection Basics Updates
- Added "Tuned Algorithm Selection" section explaining preference system
- Added show_algorithm_choices() usage examples
- Documented dual preference system benefits
- Explained size categories and preference structure
## Internal API Documentation Updates
- Added new internal functions: get_tuned_algorithm, is_algorithm_available, show_algorithm_choices
- Added preference system internals documentation
- Explained size categorization and dual preference structure
- Documented fallback mechanism architecture
These updates reflect that the dual preference system is now fully functional
and provide users with clear guidance on how to use the new capabilities.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent beeec34 commit c55e420
File tree
3 files changed
+94
-18
lines changed- docs/src
- advanced
- basics
- tutorials
3 files changed
+94
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
35 | 57 | | |
36 | 58 | | |
37 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
418 | 417 | | |
419 | 418 | | |
420 | 419 | | |
421 | | - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
422 | 426 | | |
423 | | - | |
424 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
425 | 438 | | |
426 | | - | |
| 439 | + | |
427 | 440 | | |
428 | 441 | | |
429 | 442 | | |
430 | 443 | | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | 444 | | |
435 | 445 | | |
436 | 446 | | |
437 | | - | |
438 | | - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
439 | 450 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
446 | 456 | | |
447 | 457 | | |
| 458 | + | |
| 459 | + | |
448 | 460 | | |
449 | 461 | | |
450 | 462 | | |
| |||
0 commit comments