Recent Releases of scibasic

scibasic - Test framework installer

  1. Merge softwaretoolkit namespace into ApplicationSerivces namespace
  2. Improvements on the CLI framework console output of the CLI help info by using App ? <command>
  3. Rewrite the charting plot gdi API component
  4. Add excel xlsx read API based on the openXML

- Visual Basic .NET
Published by xieguigang over 8 years ago

scibasic - sciBASIC# Graphics Artist Project

  1. Fix the error of the dynamics color expression translator
  2. Add vendor 3mf 3D graphic model reader, which is avaliable in Microsoft.VisualBasic.Imaging.Drawing3D.Landscape.dll
  3. Improvements on the 3D graphics control for winform
  4. fix the math expression stack for the math function invokes
  5. Add R language like optional parameter scripting language feature, you can apply this new feature using Microsoft.VisualBasic.Mathematical.Scripting.ParameterExpression.Apply(System.Linq.Expressions.Expression(Of System.Func(Of Object()))) in dll module: Microsoft.VisualBasic.Mathematical.dll
  6. csv file namespace renamed to Microsoft.VisualBasic.Data.csv.IO
  7. Move math expression types to namespace Microsoft.VisualBasic.Mathematical.Scripting
  8. Add string interpolation extensions in the parameter expression
  9. Great improvements on the 3D graphics engine, which is avaliable in Microsoft.VisualBasic.Imaging.Drawing3D namespace

Details about how to implements the parameter expression, read on this codeproject article: https://www.codeproject.com/Articles/1167903/Optional-Parameter-Expression-in-VisualBasic

- Visual Basic .NET
Published by xieguigang about 9 years ago

scibasic - Network canvas with 3D and SVG exports example

sciBASIC# network visualization: https://github.com/xieguigang/sciBASIC/tree/master/gr/Datavisualization.Network

- Visual Basic .NET
Published by xieguigang about 9 years ago

scibasic - C-Means and Parameter Space Analysis

  1. Fix a internal thread high CPU occupied problem, now this bug in internal threading model for debugger console output is fixed
  2. Add a scatter heatmap plot for the ODEs system dynamics parameter space analysis
  3. Add a fuzzy C-Means cluster algorithm in the data mining module
  4. The namespace of chart plot system have been changes to Microsoft.VisualBasic.Data.ChartPlots
  5. Fix the bugs of range scaling in the chart plot axis
  6. Fix the bugs of the ODEs system

- Visual Basic .NET
Published by xieguigang about 9 years ago

scibasic - Data Fittings Bootstrapping

  1. Fix a internal thread high CPU occupied problem
  2. Add a data fitting module using LeastSquares method in dll Microsoft.VisualBasic.Data.Bootstrapping.Fittings.dll
  3. Add various spline interpolation methods in namespace Microsoft.VisualBasic.Mathematical.Interpolation
  4. csv serialization module improvements: add custom cell parser in column attribute, you can implements your object parser by implement the interface Microsoft.VisualBasic.Data.csv.StorageProvider.Reflection.IParser
  5. All possible system states character by using monte-carlo method in module: Microsoft.VisualBasic.Data.Bootstrapping.MonteCarlo.StatesCharacters

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - Darwinism Computing Module

Add Darwinism computing modules, these module includes: 1. Genetic Algorithm Framework 2. Difference Evolution module you can found these module in namespace: Microsoft.VisualBasic.DataMining.Darwinism

Add two curve spline Interpolation module in namespace Microsoft.VisualBasic.Mathematical.Interpolation, includes: b-spline and cubic-spline

Add a new random generator based on the random number table, which is avaliable at Microsoft.VisualBasic.Mathematical.Randomizer

A data parameter estimates method based on the genetic algorithm , protocol is avaliable in Microsoft.VisualBasic.Data.Bootstrapping.Darwinism

Renames the odes solver as Microsoft.VisualBasic.Mathematical.ODEsSolver.dll

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - VisualBasic Data Science App runtime

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - Source code license signed tools

Code By @amethyst-asuka

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - 3d network canvas

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - network canvas example

Now it works fine!

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - network canvas example

I trying to visualize the network in the style like:

And this release is the first basically visualization result:

- Visual Basic .NET
Published by xieguigang over 9 years ago

scibasic - Cluster tools

Kmeans cluster tools

- Visual Basic .NET
Published by xieguigang almost 10 years ago

scibasic - Q-Learning-Maze

Testing Q-Learning by using the maze game

- Visual Basic .NET
Published by xieguigang almost 10 years ago

scibasic - Math expression evaluation simple engine

- Visual Basic .NET
Published by xieguigang almost 10 years ago