archx 2.1.0

High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading
Documentation
��cargo :     Finished `dev` profile [unoptimized + 

debuginfo] target(s) in 0.14s

At line:1 char:1

+ cargo run --example v2_3_adaptive_demo > 

output.txt 2>&1

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~

    + CategoryInfo          : NotSpecified: (    F 

   inished `d...get(s) in 0.14s:String) [], Remot  

  eException

    + FullyQualifiedErrorId : NativeCommandError

 

     Running 

`target\debug\examples\v2_3_adaptive_demo.exe`

--- ArchX v2.3 Adaptive Intelligence Demo ---



1. Running a balanced task on an idle system...

[ArchX v2.3] Strategy: Throttled

Task 1 result computed.



2. Running with Performance Policy...

[ArchX v2.3] Adaptive Execution: Throttled

Task 2 (Performance) finished.



3. Running with ProtectDevice Policy (Simulating high pressure)...

[ArchX v2.3] Adaptive Execution: Throttled

Task 3 (Protected) finished. ArchX should have throttled this.



4. Running with SmartAuto Policy...

[ArchX v2.3] Adaptive Execution: Throttled

Task 4 (SmartAuto) finished.



Demo complete. ArchX observed the system state and chose the safest path each time.