Skip to content

Instantly share code, notes, and snippets.

View acaly's full-sized avatar
📚
Learning

Zhenwei Wu acaly

📚
Learning
  • Toronto, Canada
View GitHub Profile
@acaly
acaly / Program.cs
Created August 3, 2024 15:23
Orthogonal fractional factorial experiment design
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace ExperimentDesign
{
internal class Program
{
static void Main(string[] args)
{