Click here to Skip to main content
15,879,535 members
Articles / Programming Languages / Java

Derivative-free nonlinear optimization for .NET and Java

Rate me:
Please Sign up or sign in to vote.
4.92/5 (6 votes)
18 Dec 2012MIT10 min read 35.5K   864   19  
Announcing standalone implementations of derivative-free nonlinear optimizers for .NET and Java platforms

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csbobyqa.Tests", "csbobyqa.Tests\csbobyqa.Tests.csproj", "{377E4353-3310-4CEF-82C1-FC5BE38E39CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4C50FC0D-8626-40B6-8DF2-A3530CF15A70}"
	ProjectSection(SolutionItems) = preProject
		.nuget\NuGet.exe = .nuget\NuGet.exe
		.nuget\NuGet.targets = .nuget\NuGet.targets
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB087B2C-DD6C-4734-ADBF-873589C8FD1A}"
	ProjectSection(SolutionItems) = preProject
		README.rdoc = README.rdoc
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cureos.Numerics", "Cureos.Numerics\Cureos.Numerics.csproj", "{8B2491CA-2637-4D33-B0B4-8A771446421D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fsharp.Bobyqa", "Fsharp.Bobyqa\Fsharp.Bobyqa.fsproj", "{8CB2AFE6-8E90-4CC5-B956-5DF798764E39}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{377E4353-3310-4CEF-82C1-FC5BE38E39CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{377E4353-3310-4CEF-82C1-FC5BE38E39CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{377E4353-3310-4CEF-82C1-FC5BE38E39CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{377E4353-3310-4CEF-82C1-FC5BE38E39CC}.Release|Any CPU.Build.0 = Release|Any CPU
		{8B2491CA-2637-4D33-B0B4-8A771446421D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8B2491CA-2637-4D33-B0B4-8A771446421D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8B2491CA-2637-4D33-B0B4-8A771446421D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8B2491CA-2637-4D33-B0B4-8A771446421D}.Release|Any CPU.Build.0 = Release|Any CPU
		{8CB2AFE6-8E90-4CC5-B956-5DF798764E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8CB2AFE6-8E90-4CC5-B956-5DF798764E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8CB2AFE6-8E90-4CC5-B956-5DF798764E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8CB2AFE6-8E90-4CC5-B956-5DF798764E39}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
CEO Cureos AB
Sweden Sweden
I am the owner of Cureos AB, a software development and consulting company located in Uppsala, Sweden. The company's main focus is in developing software for dose-response analysis and optimization of large patient treatment materials, primarily using the .NET framework. In my Ph.D. thesis I outlined a general optimization framework for radiation therapy, and I have developed numerous tools for radiotherapy optimization and dose-response modeling that have been integrated into different treatment planning systems.

Comments and Discussions