Unable to use Context.GpuContext in AleaTK because a refrence to an assembly is missing. C#

Clash Royale CLAN TAG#URR8PPP
Unable to use Context.GpuContext in AleaTK because a refrence to an assembly is missing. C#
I am programming a simple neural network following one of the examples provided on the AleaTK guide website, but when I attempt to use Context.GpuContext, it says "The type gpu is defined in an assembly that is not referenced." I am using Context.GpuContext in order to declare a variable to be used later.
var ctx = Context.GpuContxet(0);
The recommended solution provided is to add a reference to Alea 3.0.0.0 in the assemblies, but I am unable to find a web.conf or a system.web file to edit assemblies.
1 Answer
1
Alea 3.0.4 nuget
By installing this package it will give you the assembly reference you are looking for
If you don't understand how to use Nuget
Quickstart: Install and use a package in Visual Studio
Maybe you coukd use a binding redirect?
– Saruman
Aug 6 at 22:01
How would I do that?
– StormZillaa
Aug 7 at 21:07
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
I have installed Alea 3.0.4 through NuGet, but the error says that it needs 3.0.0.0 which does not exist as a previous version on NuGet. It only goes back to 3.0.1.
– StormZillaa
Aug 6 at 17:18