ThoughtSharp.Scenarios
2025.6.15.67
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ThoughtSharp.Scenarios --version 2025.6.15.67
NuGet\Install-Package ThoughtSharp.Scenarios -Version 2025.6.15.67
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ThoughtSharp.Scenarios" Version="2025.6.15.67" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ThoughtSharp.Scenarios" Version="2025.6.15.67" />
<PackageReference Include="ThoughtSharp.Scenarios" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ThoughtSharp.Scenarios --version 2025.6.15.67
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ThoughtSharp.Scenarios, 2025.6.15.67"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ThoughtSharp.Scenarios@2025.6.15.67
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ThoughtSharp.Scenarios&version=2025.6.15.67
#tool nuget:?package=ThoughtSharp.Scenarios&version=2025.6.15.67
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ThoughtSharp.Generator
This package generates provides the interface that test/training assemblies will use to express behaviors and training curricula.
Define your behaviors from a business perspective:
[Capability]
public class Calculations(FizzBuzzMind Mind)
{
// ...
[Behavior]
public void Fizz()
{
var Input = AnyByteDivisibleBy(FizzFactor);
var Result = Reasoning.CalculateStepValue(Input, Surface);
Assert.That(Result).ProducedCallsOn(Surface,
S => S.Fizz()
);
}
}
Then define training curricula to imbue your neural network(s) with behavior:
[Curriculum]
public static class FizzBuzzTrainingPlan
{
[Phase(1)]
[ConvergenceStandard(Fraction = .8, Of = 200)]
[Include(typeof(Calculations))]
public class InitialSteps;
[Phase(2)]
[ConvergenceStandard(Fraction = .98, Of = 500)]
[Include(typeof(Calculations))]
public class FocusedTraining;
[Phase(3)]
[ConvergenceStandard(Fraction = 1, Of = 50)]
[Include(typeof(Calculations))]
[Include(typeof(Solution))]
public class FinalTraining;
}
Installation
dotnet add package ThoughtSharp.Scenarios
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- JetBrains.Annotations (>= 2024.3.0)
- ThoughtSharp.Runtime (>= 2025.6.15.67)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ThoughtSharp.Scenarios:
Package | Downloads |
---|---|
ThoughtSharp.Scenarios.Model
Package Description |
|
ThoughtSharp.Shaping
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2025.8.7.92 | 268 | 8/7/2025 |
2025.7.11.91 | 134 | 7/11/2025 |
2025.7.3.90 | 191 | 7/3/2025 |
2025.7.3.89 | 183 | 7/3/2025 |
2025.7.1.88 | 192 | 7/1/2025 |
2025.7.1.87 | 185 | 7/1/2025 |
2025.6.23.86 | 190 | 6/23/2025 |
2025.6.23.85 | 187 | 6/23/2025 |
2025.6.23.84 | 191 | 6/23/2025 |
2025.6.23.83 | 184 | 6/23/2025 |
2025.6.22.82 | 195 | 6/22/2025 |
2025.6.20.81 | 125 | 6/20/2025 |
2025.6.18.80 | 198 | 6/18/2025 |
2025.6.16.79 | 185 | 6/16/2025 |
2025.6.16.78 | 187 | 6/16/2025 |
2025.6.16.77 | 189 | 6/16/2025 |
2025.6.16.76 | 184 | 6/16/2025 |
2025.6.16.75 | 206 | 6/16/2025 |
2025.6.16.74 | 186 | 6/16/2025 |
2025.6.16.73 | 189 | 6/16/2025 |
2025.6.16.72 | 180 | 6/16/2025 |
2025.6.15.71 | 185 | 6/15/2025 |
2025.6.15.70 | 188 | 6/15/2025 |
2025.6.15.69 | 190 | 6/15/2025 |
2025.6.15.68 | 184 | 6/15/2025 |
2025.6.15.67 | 179 | 6/15/2025 |
2025.6.14.66 | 202 | 6/14/2025 |
2025.6.14.65 | 202 | 6/14/2025 |
2025.6.13.64 | 225 | 6/13/2025 |
2025.6.13.63 | 223 | 6/13/2025 |
2025.6.13.62 | 235 | 6/13/2025 |
2025.6.13.61 | 245 | 6/13/2025 |
2025.6.13.60 | 284 | 6/13/2025 |
2025.6.13.59 | 294 | 6/13/2025 |
2025.6.13.58 | 296 | 6/13/2025 |
2025.6.13.57 | 314 | 6/13/2025 |
2025.6.12.56 | 339 | 6/12/2025 |
2025.6.12.55 | 330 | 6/12/2025 |
2025.6.11.54 | 333 | 6/11/2025 |
2025.6.11.53 | 334 | 6/11/2025 |
2025.6.11.52 | 332 | 6/11/2025 |
2025.6.11.51 | 329 | 6/11/2025 |
2025.6.11.50 | 325 | 6/11/2025 |
2025.6.9.49 | 320 | 6/9/2025 |
2025.6.8.48 | 239 | 6/8/2025 |
2025.6.8.47 | 246 | 6/8/2025 |
2025.6.8.46 | 243 | 6/8/2025 |
2025.6.8.45 | 241 | 6/8/2025 |
2025.6.8.44 | 246 | 6/8/2025 |
2025.6.8.43 | 244 | 6/8/2025 |
2025.6.8.42 | 246 | 6/8/2025 |
2025.6.8.41 | 158 | 6/8/2025 |
2025.6.8.40 | 176 | 6/8/2025 |
2025.6.8.39 | 162 | 6/8/2025 |
2025.6.8.38 | 151 | 6/8/2025 |
2025.6.8.37 | 171 | 6/8/2025 |
2025.6.8.36 | 153 | 6/8/2025 |
2025.6.8.35 | 162 | 6/8/2025 |
2025.6.8.34 | 169 | 6/8/2025 |
2025.6.7.33 | 178 | 6/7/2025 |
2025.6.7.32 | 158 | 6/7/2025 |
2025.6.7.31 | 177 | 6/7/2025 |
2025.6.7.30 | 153 | 6/7/2025 |
2025.6.7.29 | 155 | 6/7/2025 |
2025.6.7.28 | 129 | 6/7/2025 |
2025.6.5.24 | 191 | 6/5/2025 |
2025.6.5.23 | 196 | 6/5/2025 |
2025.6.5.22 | 201 | 6/5/2025 |
2025.6.5.21 | 192 | 6/5/2025 |
2025.6.4.20 | 194 | 6/4/2025 |
2025.6.3.19 | 181 | 6/3/2025 |
2025.6.3.18 | 183 | 6/3/2025 |
2025.6.3.17 | 180 | 6/3/2025 |
2025.6.3.16 | 190 | 6/3/2025 |
2025.6.3.15 | 193 | 6/3/2025 |
2025.6.3.14 | 182 | 6/3/2025 |
2025.6.3.11 | 180 | 6/3/2025 |
2025.6.3.8 | 175 | 6/3/2025 |